diff options
author | Ned Deily <nad@acm.org> | 2012-08-23 06:34:13 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-23 06:34:13 (GMT) |
commit | 6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a (patch) | |
tree | 87d70736d8d8e98fd34ceab9e865ac9782c9854a /Misc | |
parent | 12d1f67be41411843b9ccc6621146b2efcb27b6d (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================== |