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 brett.cannon
Recipients brett.cannon, hvendelbo
Date 2009-03-30.20:40:16
SpamBayes Score 7.1991744e-05
Marked as misclassified No
Message-id <1238445617.92.0.208701025262.issue2972@psf.upfronthosting.co.za>
In-reply-to
Content
This cannot change as sys.argv needs to be set after Python initializes
to strip out what arguments were meant for the interpreter and not the
script being run. All of this also needs to happen with site executing
first, so this cannot be changed.
History
Date User Action Args
2009-03-30 20:40:18brett.cannonsetrecipients: + brett.cannon, hvendelbo
2009-03-30 20:40:17brett.cannonsetmessageid: <1238445617.92.0.208701025262.issue2972@psf.upfronthosting.co.za>
2009-03-30 20:40:17brett.cannonlinkissue2972 messages
2009-03-30 20:40:16brett.cannoncreate