From: Brett Cannon Date: Sat, 20 Mar 2004 22:48:19 +0000 (+0000) Subject: Put entry in proper section. X-Git-Tag: v2.3.4c1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfd7a971f713bbf34e04eca46ffcb2c0bea74f3e;p=thirdparty%2FPython%2Fcpython.git Put entry in proper section. --- diff --git a/Misc/NEWS b/Misc/NEWS index e40e66c7e806..e90770f96382 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,10 @@ What's New in Python 2.3.4 (final)? Core and builtins ----------------- +- Bug #858016: isinstance() and issubclass() can have their second + argument be a tuple whose nested depth is capped at the interpreter's + recursion limit. Raises RuntimeError if the limit reached. + - Made omitted callback and None equivalent for weakref.ref() and weakref.proxy(); the None case wasn't handled correctly in all cases. @@ -34,10 +38,6 @@ Core and builtins Library ------- -- Bug #858016: isinstance() and issubclass() can have their second - argument be a tuple whose nested depth is capped at the interpreter's - recursion limit. Raises RuntimeError if the limit reached. - - Bug #700055: .pth files can now have any type of line endings. - Patch 817379: Allow absolute ftp paths in urllib2.