From: Larry Hastings Date: Tue, 26 Jun 2012 07:15:17 +0000 (-0700) Subject: Fix issue # in Misc/NEWS (should be #15187, not 15817.) X-Git-Tag: v3.3.0b1~2^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=805dff5309b827e6b8587376d6219f8c4aec759f;p=python Fix issue # in Misc/NEWS (should be #15187, not 15817.) --- diff --git a/Misc/NEWS b/Misc/NEWS index 82b3b72ad2..cf634b778c 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().