diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-26 00:15:17 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-26 00:15:17 -0700 |
commit | 805dff5309b827e6b8587376d6219f8c4aec759f (patch) | |
tree | 5e65fabd99f3bf2447194fe87bdeeec379bd8322 | |
parent | ee0be40f29f45fdd1eeb613410f86d3eac662aeb (diff) | |
download | cpython-git-805dff5309b827e6b8587376d6219f8c4aec759f.tar.gz |
Fix issue # in Misc/NEWS (should be #15187, not 15817.)
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |