diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-24 08:36:31 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-24 08:36:31 (GMT) |
commit | ffffa8e8b212006b9fcd859d2bbf22456542a9a2 (patch) | |
tree | 83beae215d48c861509483a26f5e3c8caa4aeef1 | |
parent | a508770e20ac709ce9b29198bc5cf336d2e41b96 (diff) | |
download | cpython-ffffa8e8b212006b9fcd859d2bbf22456542a9a2.zip cpython-ffffa8e8b212006b9fcd859d2bbf22456542a9a2.tar.gz cpython-ffffa8e8b212006b9fcd859d2bbf22456542a9a2.tar.bz2 |
Close #2051: Oops, transposed the digits in the issue number in the previous commit
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |