summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-17 02:58:36 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-17 02:58:36 (GMT)
commita4f90184dc6c5583416c2c6d4b9f098f2c7fd9db (patch)
tree75cf467552c75dda52af5aa16473f0c212f8cbc2 /Misc/NEWS
parentb24bb27d2279129612ada536984503d771544d05 (diff)
downloadcpython-a4f90184dc6c5583416c2c6d4b9f098f2c7fd9db.zip
cpython-a4f90184dc6c5583416c2c6d4b9f098f2c7fd9db.tar.gz
cpython-a4f90184dc6c5583416c2c6d4b9f098f2c7fd9db.tar.bz2
Added NEWS for r72698.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3af4fc8..82d0e1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.