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 ncoghlan
Recipients Arfrever, eric.araujo, eric.snow, mattheww, ncoghlan
Date 2011-11-29.10:48:09
SpamBayes Score 0.0005145038
Marked as misclassified No
Message-id <1322563689.93.0.868711779496.issue13475@psf.upfronthosting.co.za>
In-reply-to
Content
I realised "-P" is available for use as the short form of the "suppress sys.path[0] initialisation" option.

So "-p" would override the calculation of sys.path[0], while "-P" would switch it off completely (similar to the way "-S" and "-E" switch off other aspects of the normal initialisation process).

Whether or not to provide "--path0" and "--nopath0" as long form alternatives would then be a separate question.
History
Date User Action Args
2011-11-29 10:48:10ncoghlansetrecipients: + ncoghlan, mattheww, eric.araujo, Arfrever, eric.snow
2011-11-29 10:48:09ncoghlansetmessageid: <1322563689.93.0.868711779496.issue13475@psf.upfronthosting.co.za>
2011-11-29 10:48:09ncoghlanlinkissue13475 messages
2011-11-29 10:48:09ncoghlancreate