[issue26852] add the '--enable-legacy-pyc-files' option to configure

R. David Murray report at bugs.python.org
Thu Jul 28 08:13:23 EDT 2016


R. David Murray added the comment:

Our official position (so far, mobile is a new use case since the last time it was discussed) is that we don't go out of our way to support sourceless distribution, and in general we discourage it.  That is, it is left to the packager of a sourceless program to deal with removing the source and putting the .pyc files in the right place for python to find them.  So, yes, this requires at *least* a discussion on python-ideas, and possibly a PEP.

If this is adopted '--enable-legacy-pyc' would be the wrong name for the option, since it is in fact forcing legacy pyc...and if the only reason is to reduce space by omitting the source, then it should also not install the source so the name is wrong :)

But, this conversation should continue on python-ideas.  I'm -1 myself, for the record.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26852>
_______________________________________


More information about the Python-bugs-list mailing list