diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-24 12:54:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-24 12:54:17 (GMT) |
commit | 982e9fea0a9c6026b4d176ce136676ab1893e4b2 (patch) | |
tree | d05c8868fc779078c5722d7d0c2fa6d180a11060 /Misc | |
parent | d22968af17f64ed5883f9cccfed0f0337dc3bc19 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |