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 matejcik
Recipients georg.brandl, matejcik
Date 2009-02-03.16:56:56
SpamBayes Score 1.8572174e-06
Marked as misclassified No
Message-id <1233680218.31.0.635713677458.issue5144@psf.upfronthosting.co.za>
In-reply-to
Content
documentation for PySys_SetArgv states that the function sets sys.argv,
but fails to mention that it also resolves script's path and prepends it
to sys.path. Or, in case no script was specified, it prepends empty
string (which in versions <2.6 allowed relative imports from cwd)
History
Date User Action Args
2009-02-03 16:56:58matejciksetrecipients: + matejcik, georg.brandl
2009-02-03 16:56:58matejciksetmessageid: <1233680218.31.0.635713677458.issue5144@psf.upfronthosting.co.za>
2009-02-03 16:56:56matejciklinkissue5144 messages
2009-02-03 16:56:56matejcikcreate