Added NEWS for r72698.

This commit is contained in:
Hirokazu Yamamoto 2009-05-17 02:58:36 +00:00
parent b24bb27d22
commit a4f90184dc
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
- Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
- __instancecheck__ and __subclasscheck__ are now completely ignored on classic
classes and instances.