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 vstinner
Recipients barry, jwilk, ncoghlan, steven.daprano, vstinner
Date 2017-03-21.11:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490096837.04.0.42920077295.issue29857@psf.upfronthosting.co.za>
In-reply-to
Content
> As bytes?

No, text please. Text is just more convenient in Python, and it's trivial to retrieve original bytes:

raw_args_bytes = [os.fsencode(arg) for arg in sys._raw_args]
History
Date User Action Args
2017-03-21 11:47:17vstinnersetrecipients: + vstinner, barry, ncoghlan, jwilk, steven.daprano
2017-03-21 11:47:17vstinnersetmessageid: <1490096837.04.0.42920077295.issue29857@psf.upfronthosting.co.za>
2017-03-21 11:47:17vstinnerlinkissue29857 messages
2017-03-21 11:47:16vstinnercreate