Issue32407
Created on 2017-12-22 05:49 by benjamin.peterson, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg308923 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2017-12-22 05:49 | |
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. |
|||
| msg308936 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2017-12-22 13:54 | |
Duplicate of issue 24960. |
|||
| msg308937 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2017-12-22 13:57 | |
Funny, you are already nosy on that issue. Does this one have a different goal, or did you just forget about that one? |
|||
| msg308938 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2017-12-22 16:33 | |
I tend to get nosied on all 2to3 issues, but I only just started caring about this one. :) Thanks for finding the prior art. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:56 | admin | set | github: 76588 |
| 2017-12-22 16:33:44 | benjamin.peterson | set | messages: + msg308938 |
| 2017-12-22 13:57:48 | r.david.murray | set | messages: + msg308937 |
| 2017-12-22 13:54:56 | r.david.murray | set | status: open -> closed superseder: Can't use lib2to3 with embeddable zip file. nosy:
+ r.david.murray |
| 2017-12-22 05:49:46 | benjamin.peterson | create | |
