From a0ac74c40063c46863382a869aa12d6eec4db73e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 29 May 2003 19:21:38 +0000 Subject: [PATCH] All the news that's fit to print (I reviewed the CVS log since the bump of patchlevel.h). --- Misc/NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 706b36a24433..f67091e28a6a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,21 @@ Release date: 30-May-2003 - SF #745055: Fix memory leaks in Tkapp_Split and Tkapp_SplitList. +- On Posix systems, as of Python 2.2, the arguments for + socket.socket() default to AF_INET, SOCK_STREAM. This is now so for + the Windows-specific wrapper in socket.py as well. + +- Backport SF #736892: Add argument sanity checking for __get__(). + +- SF #742911: Fix segfault due to clearing weak references too late + for new-style class instances. + +- Backport SF 742860: new, improved __delitem__ for WeakKeyDictionary. + +- RPM spec file update from Sean Reifschneider. + +- Mac OS X specific backports for distutils/unixccompiler.py. + What's New in Python 2.2.3c1 ? Release date: 22-May-2003 -- 2.47.3