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 slinkp
Recipients hoffman, loewis, pje, slinkp
Date 2008-04-27.17:53:56
SpamBayes Score 0.052713636
Marked as misclassified No
Message-id <1209318867.4.0.324710733943.issue1180@psf.upfronthosting.co.za>
In-reply-to
Content
Phillip, thanks, I missed that script_args is always passed by
core.setup(). I'm replacing the patches with two new versions that check
self.script_args instead of sys.argv (and assumes false if for some
reason script_args isn't passed).

We can't check for it in Distribution.parse_command_line() because that
doesn't get called until after loading the config files.
History
Date User Action Args
2008-04-27 17:54:29slinkpsetspambayes_score: 0.0527136 -> 0.052713636
recipients: + slinkp, loewis, pje, hoffman
2008-04-27 17:54:27slinkpsetspambayes_score: 0.0527136 -> 0.0527136
messageid: <1209318867.4.0.324710733943.issue1180@psf.upfronthosting.co.za>
2008-04-27 17:54:25slinkplinkissue1180 messages
2008-04-27 17:54:25slinkpcreate