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 pitrou
Recipients glyph, iankko, pitrou, psss
Date 2009-05-02.12:44:32
SpamBayes Score 6.2095418e-09
Marked as misclassified No
Message-id <1241268274.0.0.066225969637.issue5753@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure we can change the behaviour of PySys_SetArgv() like that.
At least not in a bugfix release.
In 2.7/3.1, we could either change PySys_SetArgv(), or introduce a new
PySys_SetArgvEx() with an additional argument indicating whether
sys.path should be modified or not. I suggest asking on python-dev first.
History
Date User Action Args
2009-05-02 12:44:34pitrousetrecipients: + pitrou, glyph, psss, iankko
2009-05-02 12:44:34pitrousetmessageid: <1241268274.0.0.066225969637.issue5753@psf.upfronthosting.co.za>
2009-05-02 12:44:32pitroulinkissue5753 messages
2009-05-02 12:44:32pitroucreate