]> 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 01:50:56 +0000 (18:50 -0700)
committerNed Deily <nad@acm.org>
Sun, 9 Sep 2012 01:50:56 +0000 (18:50 -0700)
commit47bcfff26be59c3979778b4621cd61f132c1a6d9
tree3db9fce0f6647490f4d11f4d1d2dee7ee755baa3
parent14d66a98ed8674fd2e6ba2f04ddef694111011a2
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