From: Guido van Rossum Date: Fri, 5 Apr 2002 22:53:16 +0000 (+0000) Subject: Some more news. (There's also a fix to _localemodule.c that I don't X-Git-Tag: v2.2.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6741437fbd0e04626554b2464108565258c3c2ea;p=thirdparty%2FPython%2Fcpython.git Some more news. (There's also a fix to _localemodule.c that I don't dare describe, and of course lots of jiggling of the docs and the Windows installer metadata.) --- diff --git a/Misc/NEWS b/Misc/NEWS index 8f34aa599ad6..5098898e8093 100644 --- 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.