From a4f90184dc6c5583416c2c6d4b9f098f2c7fd9db Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Sun, 17 May 2009 02:58:36 +0000 Subject: Added NEWS for r72698. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v0.12