| commit | bbfe4fad361e7190675f28702332ddc377bd8cfd | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Tue Apr 11 06:47:43 2006 +0000 |
| committer | Georg Brandl <georg@python.org> | Tue Apr 11 06:47:43 2006 +0000 |
| tree | 3c957d97c0802ffd8ab2b6f04018f57f893a11a0 | |
| parent | ce27a06d37bf512d2e2f142b225c4adad015fe27 [diff] [blame] |
Bug #1467952: os.listdir() now correctly raises an error if readdir() fails with an error condition.
diff --git a/Misc/NEWS b/Misc/NEWS index 7418daa..4dacebd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Extension Modules ----------------- +- Bug #1467952: os.listdir() now correctly raises an error if readdir() + fails with an error condition. + - Fix bsddb.db.DBError derived exceptions so they can be unpickled. Library