]> granicus.if.org Git - python/commit
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
authorNed Deily <nad@acm.org>
Sun, 9 Sep 2012 02:04:47 +0000 (19:04 -0700)
committerNed Deily <nad@acm.org>
Sun, 9 Sep 2012 02:04:47 +0000 (19:04 -0700)
commit4725b13ab335ff320eef8dc115941b8d34026023
treeaa9b8b7e13955e6a658fc312530adb2fd575cbd7
parentb59702223bcd014cd2adc747a407532d55423579
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)
Lib/lib2to3/pgen2/driver.py
Makefile.pre.in
Misc/NEWS