summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-08-23 06:34:13 (GMT)
committerNed Deily <nad@acm.org>2012-08-23 06:34:13 (GMT)
commit6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a (patch)
tree87d70736d8d8e98fd34ceab9e865ac9782c9854a /Misc
parent12d1f67be41411843b9ccc6621146b2efcb27b6d (diff)
downloadcpython-6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a.zip
cpython-6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a.tar.gz
cpython-6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a.tar.bz2
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16442cc..2b872d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,11 @@ Tests
- Issue #15615: Add some tests for the json module's handling of invalid
input data. Patch by Kushal Das.
+Build
+-----
+
+- Issue #15645: Ensure 2to3 grammar pickles are properly installed.
+
What's New in Python 3.3.0 Beta 2?
==================================