From: Benjamin Peterson Date: Sat, 16 May 2009 22:46:11 +0000 (+0000) Subject: update X-Git-Tag: v2.7a1~1173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9fb2c495aef174f168bc3ca6c2dccd23405b93;p=thirdparty%2FPython%2Fcpython.git update --- diff --git a/Misc/NEWS b/Misc/NEWS index 2a52337d735c..096dcf5cd93a 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: