]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Some more news. (There's also a fix to _localemodule.c that I don't
authorGuido van Rossum <guido@python.org>
Fri, 5 Apr 2002 22:53:16 +0000 (22:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Apr 2002 22:53:16 +0000 (22:53 +0000)
dare describe, and of course lots of jiggling of the docs and the
Windows installer metadata.)

Misc/NEWS

index 8f34aa599ad64e9db7ca61271535ca827538e8b4..5098898e8093b484962c1076847e1d0b9db2c503 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,8 @@ Release date: XX-Apr-2002
 
 Core
 
+- Fixed super() to work correctly with class methods.  [SF bug #535444]
+
 - Fixed two bugs reported as SF #535905: under certain conditions,
   deallocating a deeply nested structure could cause a segfault in the
   garbage collector, due to interaction with the "trashcan" code;
@@ -22,6 +24,8 @@ C API
 
 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.