]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
All the news that's fit to print (I reviewed the CVS log since the
authorGuido van Rossum <guido@python.org>
Thu, 29 May 2003 19:21:38 +0000 (19:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 May 2003 19:21:38 +0000 (19:21 +0000)
bump of patchlevel.h).

Misc/NEWS

index 706b36a24433faa8df689c6a48addb2a88011e6e..f67091e28a6a7ae505979b19ff79b20439fd6aa7 100644 (file)
--- 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