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 pje
Recipients hoffman, loewis, pje, slinkp
Date 2008-04-26.21:09:33
SpamBayes Score 0.11094472
Marked as misclassified No
Message-id <1209244179.96.0.401260387503.issue1180@psf.upfronthosting.co.za>
In-reply-to
Content
Both versions of the patch have a problem, in that the Distribution
object is looking for an option directly in sys.argv.  At the very
least, this should be looking at the 'script_args' attribute of the
Distribution instead (if not actually parsing the command line enough to
find the option).
History
Date User Action Args
2008-04-26 21:09:41pjesetspambayes_score: 0.110945 -> 0.11094472
recipients: + pje, loewis, hoffman, slinkp
2008-04-26 21:09:41pjesetspambayes_score: 0.110945 -> 0.110945
messageid: <1209244179.96.0.401260387503.issue1180@psf.upfronthosting.co.za>
2008-04-26 21:09:38pjelinkissue1180 messages
2008-04-26 21:09:37pjecreate