| commit | 6fc81d7eec3d3ee412fcfd4b0719e825c9b94f4a | [log] [tgz] |
|---|---|---|
| author | Ned Deily <nad@acm.org> | Wed Aug 22 23:34:13 2012 -0700 |
| committer | Ned Deily <nad@acm.org> | Wed Aug 22 23:34:13 2012 -0700 |
| tree | 87d70736d8d8e98fd34ceab9e865ac9782c9854a | |
| parent | 12d1f67be41411843b9ccc6621146b2efcb27b6d [diff] [blame] |
Issue #15645: Ensure 2to3 grammar pickles are properly installed. (Patch by Ronald Oussoren)
diff --git a/Misc/NEWS b/Misc/NEWS index 16442cc..2b872d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -105,6 +105,11 @@ - 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? ==================================