From: Nick Coghlan Date: Fri, 24 Aug 2012 08:36:31 +0000 (+1000) Subject: Close #2051: Oops, transposed the digits in the issue number in the previous commit X-Git-Tag: v3.3.0rc1~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffffa8e8b212006b9fcd859d2bbf22456542a9a2;p=thirdparty%2FPython%2Fcpython.git Close #2051: Oops, transposed the digits in the issue number in the previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 93661302a2e5..d8c4ea02bb2e 100644 --- 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)