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 xdegaye
Recipients Alex.Willmer, barry, doko, koobs, martin.panter, ned.deily, r.david.murray, thomas-petazzoni, twouters, vstinner, xdegaye
Date 2016-07-28.16:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469721684.65.0.841641575816.issue26852@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 :)

I miss your point, msg271515  said earlier "the patch removes all *.py files".
The patch does a sourceless distribution: no source and no __pycache__ files (with the exception mentionned in msg271515).
Changing the issue title with '--enable-sourceless-distribution' which is a better name and would have maybe avoided this confusion :)
History
Date User Action Args
2016-07-28 16:01:24xdegayesetrecipients: + xdegaye, twouters, barry, doko, vstinner, ned.deily, r.david.murray, martin.panter, koobs, thomas-petazzoni, Alex.Willmer
2016-07-28 16:01:24xdegayesetmessageid: <1469721684.65.0.841641575816.issue26852@psf.upfronthosting.co.za>
2016-07-28 16:01:24xdegayelinkissue26852 messages
2016-07-28 16:01:24xdegayecreate