summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-16 22:46:11 +0000
committerBenjamin Peterson <benjamin@python.org>2009-05-16 22:46:11 +0000
commiteb9fb2c495aef174f168bc3ca6c2dccd23405b93 (patch)
treeb2dccdbc17e6ab2196a91f8758513445c63393c3
parenta27dbc68f081746529bf81355069e1d16a05da2e (diff)
downloadcpython-git-eb9fb2c495aef174f168bc3ca6c2dccd23405b93.tar.gz
update
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a52337d73..096dcf5cd9 100644
--- 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: