]> granicus.if.org Git - python/commitdiff
Added NEWS for r72698.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 May 2009 02:58:36 +0000 (02:58 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 May 2009 02:58:36 +0000 (02:58 +0000)
Misc/NEWS

index 3af4fc8300cb380f0022f6cc26705338200f476d..82d0e1d30d610328a0d4e4e22d8d9ca4b3fd511c 100644 (file)
--- 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.