[Python-checkins] r72694 - python/trunk/Misc/NEWS
benjamin.peterson
python-checkins at python.org
Sun May 17 00:46:11 CEST 2009
Author: benjamin.peterson
Date: Sun May 17 00:46:11 2009
New Revision: 72694
Log:
update
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sun May 17 00:46:11 2009
@@ -12,6 +12,9 @@
Core and Builtins
-----------------
+- __isinstancecheck__ and __subclasscheck__ are now completely ignored on
+ classic classes and instances.
+
- Issue #5994: the marshal module now has docstrings.
- Issue #5981: Fix three minor inf/nan issues in float.fromhex:
More information about the Python-checkins
mailing list