summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-06-26 07:15:17 (GMT)
committerLarry Hastings <larry@hastings.org>2012-06-26 07:15:17 (GMT)
commit805dff5309b827e6b8587376d6219f8c4aec759f (patch)
tree5e65fabd99f3bf2447194fe87bdeeec379bd8322 /Misc
parentee0be40f29f45fdd1eeb613410f86d3eac662aeb (diff)
downloadcpython-805dff5309b827e6b8587376d6219f8c4aec759f.zip
cpython-805dff5309b827e6b8587376d6219f8c4aec759f.tar.gz
cpython-805dff5309b827e6b8587376d6219f8c4aec759f.tar.bz2
Fix issue # in Misc/NEWS (should be #15187, not 15817.)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82b3b72..cf634b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().