diff options
author | Guido van Rossum <guido@python.org> | 2002-04-06 00:23:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-04-06 00:23:25 (GMT) |
commit | 181e41ad4064cc94b9f41ce49ee541a132f93615 (patch) | |
tree | badabaaa320b278d1d20c2d5f3d722bbf0858b99 /Misc/NEWS | |
parent | 68304ccce381d056b6346dac04404c559698027c (diff) | |
download | cpython-181e41ad4064cc94b9f41ce49ee541a132f93615.zip cpython-181e41ad4064cc94b9f41ce49ee541a132f93615.tar.gz cpython-181e41ad4064cc94b9f41ce49ee541a132f93615.tar.bz2 |
Some more news.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,8 @@ Type/class unification and new-style classes Core and builtins +- Fixed super() to work correctly with class methods. [SF bug #535444] + - A new built-in type, bool, has been added, as well as built-in names for its two values, True and False. Comparisons and sundry other operations that return a truth value have been changed to @@ -148,6 +150,8 @@ Tests Windows +- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031] + - The installer now installs Start menu shortcuts under (the local equivalent of) "All Users" when doing an Admin install. |