From cfd7a971f713bbf34e04eca46ffcb2c0bea74f3e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 20 Mar 2004 22:48:19 +0000 Subject: Put entry in proper section. --- Misc/NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index e40e66c..e90770f 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. -- cgit v0.12