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 loewis
Recipients loewis, mhammond
Date 2009-01-28.20:08:27
SpamBayes Score 0.006732393
Marked as misclassified No
Message-id <1233173308.75.0.487342803965.issue5076@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is fine, please apply.

I wish it wouldn't be necessary to widen char*, but start off with
wchar_t from the beginning. AFAICT, this would work fine for argv[1]
(there are only two arguments, anyway), but might get complicated for
argv[0].
History
Date User Action Args
2009-01-28 20:08:28loewissetrecipients: + loewis, mhammond
2009-01-28 20:08:28loewissetmessageid: <1233173308.75.0.487342803965.issue5076@psf.upfronthosting.co.za>
2009-01-28 20:08:27loewislinkissue5076 messages
2009-01-28 20:08:27loewiscreate