cpython/Misc/NEWS.d/next/Tools-Demos/2017-12-22-09-25-51.bpo-249...

4 lines
170 B
ReStructuredText

2to3 and lib2to3 can now read pickled grammar files using pkgutil.get_data()
rather than probing the filesystem. This lets 2to3 and lib2to3 work when run
from a zipfile.