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 piro
Recipients ezio.melotti, piro, ronaldoussoren, vstinner
Date 2010-07-06.09:43:10
SpamBayes Score 0.00029733474
Marked as misclassified No
Message-id <1278409393.7.0.601990359876.issue9167@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch with test cases to check sys.argv and sys.executable.

The tests fail against the daily snapshot, so adding python 3.2 to the affected versions.

Variable __CF_USER_TEXT_ENCODING is undefined. Locale of the system is C:

$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="C"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
History
Date User Action Args
2010-07-06 09:43:13pirosetrecipients: + piro, ronaldoussoren, vstinner, ezio.melotti
2010-07-06 09:43:13pirosetmessageid: <1278409393.7.0.601990359876.issue9167@psf.upfronthosting.co.za>
2010-07-06 09:43:12pirolinkissue9167 messages
2010-07-06 09:43:11pirocreate