summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-09-09 01:50:56 (GMT)
committerNed Deily <nad@acm.org>2012-09-09 01:50:56 (GMT)
commit47bcfff26be59c3979778b4621cd61f132c1a6d9 (patch)
tree3db9fce0f6647490f4d11f4d1d2dee7ee755baa3 /Misc/NEWS
parent14d66a98ed8674fd2e6ba2f04ddef694111011a2 (diff)
downloadcpython-47bcfff26be59c3979778b4621cd61f132c1a6d9.zip
cpython-47bcfff26be59c3979778b4621cd61f132c1a6d9.tar.gz
cpython-47bcfff26be59c3979778b4621cd61f132c1a6d9.tar.bz2
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 065f5f6..de76a78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -525,7 +525,7 @@ Build
- Issue #15819: Make sure we can build Python out-of-tree from a readonly
source directory. (Somewhat related to Issue #9860.)
-- Issue #15645: Ensure 2to3 grammar pickles are properly installed.
+- Issue #15822: Ensure 2to3 grammar pickles are properly installed.
- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.