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 steven.daprano
Recipients barry, jwilk, ncoghlan, steven.daprano
Date 2017-03-21.11:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Why is the name flagged as a private implementation detail? I.e. a single leading underscore. I'd be reluctant to rely on this in production code, given how strong the _private convention is.

Suggest just `sys.raw_args` instead.
History
Date User Action Args
2017-03-21 11:17:38steven.dapranosetrecipients: + steven.daprano, barry, ncoghlan, jwilk
2017-03-21 11:17:38steven.dapranosetmessageid: <[email protected]>
2017-03-21 11:17:38steven.dapranolinkissue29857 messages
2017-03-21 11:17:38steven.dapranocreate