]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Put entry in proper section.
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 22:48:19 +0000 (22:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 22:48:19 +0000 (22:48 +0000)
Misc/NEWS

index e40e66c7e80697870283b220e950fbdb363a6461..e90770f96382a2853b8adeadea70ca636b919634 100644 (file)
--- 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.