This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tschiller
Recipients tschiller
Date 2017-08-08.13:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502199820.45.0.266789530898.issue31143@psf.upfronthosting.co.za>
In-reply-to
Content
The lib2to3 library doesn't detect/apply any fixes if the source files aren't included with the distribution. See get_all_fix_names at https://github.com/python/cpython/blob/master/Lib/lib2to3/refactor.py#L30

This affects Azure's official Python site extensions [1], which only include bytecode pyc's for the fixes [2].

This results in bad installs when using setuptools to install packages that leverage the use_2to3 flag during the install [3]

[1] https://github.com/Azure/azure-python-siteextensions
[2] https://github.com/Azure/azure-python-siteextensions/issues/14
[3] https://github.com/pypa/setuptools/issues/1120#issuecomment-320769664
History
Date User Action Args
2017-08-08 13:43:40tschillersetrecipients: + tschiller
2017-08-08 13:43:40tschillersetmessageid: <1502199820.45.0.266789530898.issue31143@psf.upfronthosting.co.za>
2017-08-08 13:43:40tschillerlinkissue31143 messages
2017-08-08 13:43:39tschillercreate