]> granicus.if.org Git - python/commitdiff
update
authorBenjamin Peterson <benjamin@python.org>
Sat, 16 May 2009 22:46:11 +0000 (22:46 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 16 May 2009 22:46:11 +0000 (22:46 +0000)
Misc/NEWS

index 2a52337d735ceaa4d54591e724d1dbd15e3d8d82..096dcf5cd93a8bcd74c2d410abee6881fc0be91b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
 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: