| commit | 805dff5309b827e6b8587376d6219f8c4aec759f | [log] [tgz] |
|---|---|---|
| author | Larry Hastings <larry@hastings.org> | Tue Jun 26 00:15:17 2012 -0700 |
| committer | Larry Hastings <larry@hastings.org> | Tue Jun 26 00:15:17 2012 -0700 |
| tree | 5e65fabd99f3bf2447194fe87bdeeec379bd8322 | |
| parent | ee0be40f29f45fdd1eeb613410f86d3eac662aeb [diff] |
Fix issue # in Misc/NEWS (should be #15187, not 15817.)
diff --git a/Misc/NEWS b/Misc/NEWS index 82b3b72..cf634b7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,7 +58,7 @@ 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().