Fix issue # in Misc/NEWS (should be #15187, not 15817.)

This commit is contained in:
Larry Hastings 2012-06-26 00:15:17 -07:00
parent ee0be40f29
commit 805dff5309
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Core and Builtins
Library
-------
- Issue #15817: Bugfix: remove temporary directories test_shutil was leaving
- Issue #15187: Bugfix: remove temporary directories test_shutil was leaving
behind.
- Issue #15177: Added dir_fd parameter to os.fwalk().