commit | 982e9fea0a9c6026b4d176ce136676ab1893e4b2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 24 12:54:17 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 24 12:54:17 2006 +0000 |
tree | d05c8868fc779078c5722d7d0c2fa6d180a11060 | |
parent | d22968af17f64ed5883f9cccfed0f0337dc3bc19 [diff] [blame] |
Bug #1524310: Properly report errors from FindNextFile in os.listdir. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index eee36c6..e721414 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1524310: Properly report errors from FindNextFile in os.listdir. + - Patch #1232023: Stop including current directory in search path on Windows.