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 mhammond
Recipients mhammond, techtonik, terry.reedy
Date 2008-10-24.23:35:34
SpamBayes Score 7.50585e-10
Marked as misclassified No
Message-id <1224891336.11.0.822234556306.issue4015@psf.upfronthosting.co.za>
In-reply-to
Content
I can see how this might be useful, but I agree it should not happen by
default, at least until it has been out for a while and feedback is
clear that people do want it by default.

I'd also like to find a way to pass all args, not just the first 9 -
that may well end up a source of bugs for people.  It might also be
worth considering that setuptools has the ability to create a true
executable from a script by using a stub executable.  Wouldn't that be
better still?  In the short term, maybe we should keep this
functionality in setuptools etc and let it filter back to distutils as
it proves itself?
History
Date User Action Args
2008-10-24 23:35:36mhammondsetrecipients: + mhammond, terry.reedy, techtonik
2008-10-24 23:35:36mhammondsetmessageid: <1224891336.11.0.822234556306.issue4015@psf.upfronthosting.co.za>
2008-10-24 23:35:35mhammondlinkissue4015 messages
2008-10-24 23:35:34mhammondcreate