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:46 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2017-12-22 05:49:46 | benjamin.peterson | set | messageid: <1513921786.02.0.213398074469.issue32407@psf.upfronthosting.co.za> |
| 2017-12-22 05:49:45 | benjamin.peterson | link | issue32407 messages |
| 2017-12-22 05:49:45 | benjamin.peterson | create | |