summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-17 04:21:53 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-17 04:21:53 (GMT)
commit8223c24d075357329970ee57a04a5d5fe09dbfde (patch)
tree2cd8938fc879bfe3e4b3056cd6c8908e36f1924d /Misc
parent266c9905dfeb2b8bc12903fcb3a7fc66666e551a (diff)
downloadcpython-8223c24d075357329970ee57a04a5d5fe09dbfde.zip
cpython-8223c24d075357329970ee57a04a5d5fe09dbfde.tar.gz
cpython-8223c24d075357329970ee57a04a5d5fe09dbfde.tar.bz2
Merged revisions 72698-72699 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. ........ r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line Added NEWS for r72698. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47976ce..bf4a0dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 release candidate 1?
Core and Builtins
-----------------
+- Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
+
- Issue #5994: the marshal module now has docstrings.
- Issue #5981: Fix three minor inf/nan issues in float.fromhex: