[Python-3000-checkins] r55599 - python/branches/p3yk/Misc/NEWS

neal.norwitz python-3000-checkins at python.org
Sat May 26 04:47:49 CEST 2007


Author: neal.norwitz
Date: Sat May 26 04:47:45 2007
New Revision: 55599

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
Add news entry about overidding isinstance/issubclass (PEP 3119)

Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS	(original)
+++ python/branches/p3yk/Misc/NEWS	Sat May 26 04:47:45 2007
@@ -26,6 +26,8 @@
 Core and Builtins
 -----------------
 
+- PEP 3119: isinstance() and issubclass() can be overridden.
+
 - Remove BaseException.message.
 
 - Remove tuple parameter unpacking (PEP 3113).


More information about the Python-3000-checkins mailing list