[issue29857] Provide `sys._raw_argv` for host application's command line arguments

Steven D'Aprano report at bugs.python.org
Tue Mar 21 07:17:38 EDT 2017


Steven D'Aprano added the comment:

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.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29857>
_______________________________________


More information about the Python-bugs-list mailing list