[Python-checkins] cpython: Fix issue # in Misc/NEWS (should be #15187, not 15817.)

larry.hastings python-checkins at python.org
Tue Jun 26 09:15:26 CEST 2012


http://hg.python.org/cpython/rev/6b1d4e3ce867
changeset:   77794:6b1d4e3ce867
user:        Larry Hastings <larry at hastings.org>
date:        Tue Jun 26 00:15:17 2012 -0700
summary:
  Fix issue # in Misc/NEWS (should be #15187, not 15817.)

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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().

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list