summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-09-09 02:04:47 (GMT)
committerNed Deily <nad@acm.org>2012-09-09 02:04:47 (GMT)
commit24ec054ea144d76d2f3d09618921f41c3881ae7c (patch)
tree10e84990747d006b5fa196d6678b46bbd038e53f /Misc
parent2b0218a259083f7124087037bc0ca7338790b6d3 (diff)
downloadcpython-24ec054ea144d76d2f3d09618921f41c3881ae7c.zip
cpython-24ec054ea144d76d2f3d09618921f41c3881ae7c.tar.gz
cpython-24ec054ea144d76d2f3d09618921f41c3881ae7c.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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 802d984..12e4c4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Extension Modules
Tools/Demos
-----------
+- Issue #15822: Really ensure 2to3 grammar pickles are properly installed
+ (replaces fixes for Issue #15645).
+
Documentation
-------------