summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-24 12:54:17 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-24 12:54:17 (GMT)
commit982e9fea0a9c6026b4d176ce136676ab1893e4b2 (patch)
treed05c8868fc779078c5722d7d0c2fa6d180a11060 /Misc
parentd22968af17f64ed5883f9cccfed0f0337dc3bc19 (diff)
downloadcpython-982e9fea0a9c6026b4d176ce136676ab1893e4b2.zip
cpython-982e9fea0a9c6026b4d176ce136676ab1893e4b2.tar.gz
cpython-982e9fea0a9c6026b4d176ce136676ab1893e4b2.tar.bz2
Bug #1524310: Properly report errors from FindNextFile in os.listdir.
Will backport to 2.4.
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 eee36c6..e721414 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 release candidate 1?
Core and builtins
-----------------
+- Bug #1524310: Properly report errors from FindNextFile in os.listdir.
+
- Patch #1232023: Stop including current directory in search
path on Windows.