[Python-checkins] cpython: Close #2051: Oops, transposed the digits in the issue number in the previous

nick.coghlan python-checkins at python.org
Fri Aug 24 10:36:47 CEST 2012


http://hg.python.org/cpython/rev/cfb11045fc8a
changeset:   78723:cfb11045fc8a
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Aug 24 18:36:31 2012 +1000
summary:
  Close #2051: Oops, transposed the digits in the issue number in the previous commit

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
@@ -10,7 +10,7 @@
 Core and Builtins
 -----------------
 
-- Issue #2501: Source file permission bits are once again correctly
+- Issue #2051: Source file permission bits are once again correctly
   copied to the cached bytecode file. (The migration to importlib
   reintroduced this problem because these was no regression test. A test
   has been added as part of this patch)

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


More information about the Python-checkins mailing list