]> granicus.if.org Git - python/commitdiff
Some more news.
authorGuido van Rossum <guido@python.org>
Sat, 6 Apr 2002 00:23:25 +0000 (00:23 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 6 Apr 2002 00:23:25 +0000 (00:23 +0000)
Misc/NEWS

index 7b6b449054e1b41dca3cf8b6ff267d7ba5d6969b..8c424604c54cba560501f5731ea3239e90635975 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.