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 Arfrever, amaury.forgeotdarc, loewis, vstinner
Date 2010-05-20.17:24:32
SpamBayes Score 3.78468e-06
Marked as misclassified No
Message-id <4BF5704E.2040206@v.loewis.de>
In-reply-to <1274357456.02.0.0768864678422.issue8776@psf.upfronthosting.co.za>
Content
> As os.environb, it would be useful to have bytes version of sys.argv
> to have able to decide the encoding used to decode each argument, or
> to manipulate bytes if we don't care about the encoding.

-1. Py_Main expects wchar_t*, so no byte-oriented representation of the
command line is readily available.
History
Date User Action Args
2010-05-20 17:24:34loewissetrecipients: + loewis, amaury.forgeotdarc, vstinner, Arfrever
2010-05-20 17:24:32loewislinkissue8776 messages
2010-05-20 17:24:32loewiscreate