Message 308923 - Python tracker

Message308923

Author benjamin.peterson
Recipients benjamin.peterson
Date 2017-12-22.05:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513921786.02.0.213398074469.issue32407@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 pokes around on the file system to find the grammar files it needs in source or pickled form. This makes it not work if lib2to3 is running from a zip file. lib2to3 should use pkgutil.get_data() instead to load grammar files.
History
Date User Action Args
2017-12-22 05:49:46benjamin.petersonsetrecipients: + benjamin.peterson
2017-12-22 05:49:46benjamin.petersonsetmessageid: <1513921786.02.0.213398074469.issue32407@psf.upfronthosting.co.za>
2017-12-22 05:49:45benjamin.petersonlinkissue32407 messages
2017-12-22 05:49:45benjamin.petersoncreate