]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Close #2051: Oops, transposed the digits in the issue number in the previous commit
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 24 Aug 2012 08:36:31 +0000 (18:36 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 24 Aug 2012 08:36:31 +0000 (18:36 +1000)
Misc/NEWS

index 93661302a2e53cc346d0a4fe429861e6e30e08c0..d8c4ea02bb2e7c49d97e0564aeb3b1fc86af422e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.3.0 Release Candidate 1?
 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)