[Python-checkins] python/dist/src/Misc NEWS,1.831.4.93,1.831.4.94

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Mar 20 17:48:21 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15604/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Put entry in proper section.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.93
retrieving revision 1.831.4.94
diff -C2 -d -r1.831.4.93 -r1.831.4.94
*** NEWS	20 Mar 2004 21:54:33 -0000	1.831.4.93
--- NEWS	20 Mar 2004 22:48:19 -0000	1.831.4.94
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - 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
***************
*** 35,42 ****
  -------
  
- - 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.
  
--- 39,42 ----




More information about the Python-checkins mailing list