This commit is contained in:
Benjamin Peterson 2009-05-16 23:34:19 +00:00
parent eb9fb2c495
commit 0c3b4c6e70
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
- __isinstancecheck__ and __subclasscheck__ are now completely ignored on
classic classes and instances.
- __instancecheck__ and __subclasscheck__ are now completely ignored on classic
classes and instances.
- Issue #5994: the marshal module now has docstrings.