summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-04 05:56:46 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-05-04 05:56:46 (GMT)
commitbbb9be72110c7f4a8756eb7abbe8385fafddea1c (patch)
treec61e5495e5e8abd583f9f4df2b84f5be476ff707 /Misc
parent73e8e5f1c729ef8492dd1cd18b421ec998269c0a (diff)
downloadcpython-bbb9be72110c7f4a8756eb7abbe8385fafddea1c.zip
cpython-bbb9be72110c7f4a8756eb7abbe8385fafddea1c.tar.gz
cpython-bbb9be72110c7f4a8756eb7abbe8385fafddea1c.tar.bz2
Merged revisions 72273 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72273 | hirokazu.yamamoto | 2009-05-04 14:28:39 +0900 | 1 line Issue #5913: os.listdir() should fail for empty path on windows. ........
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 fccafcc..befef21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Installation
Library
-------
+- Issue #5913: os.listdir() should fail for empty path on windows.
+
- Issue #5084: unpickling now interns the attribute names of pickled objects,
saving memory and avoiding growth in size of subsequent pickles. Proposal
and original patch by Jake McGuire.