From 6741437fbd0e04626554b2464108565258c3c2ea Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 5 Apr 2002 22:53:16 +0000 Subject: 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.) --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8f34aa5..5098898 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. -- cgit v0.12