Nick Coghlan added the comment:

I'm not seeing a good justification for doing anything more, though:

- needing to access this information is an exceedingly niche use case
- I don't see any way for raw_argv to be useful in a cross-implementation 
manner.
- the exposure as sys._configuration.raw_argv is a natural consequence of the 
PEP 432 implementation (it's there to allow an embedding application to 
override the command line arguments seen by CPython)

Elevating it to part of the language standard doesn't make sense, while 
exposing it as an implementation feature of the CPython initialisation process 
seems more reasonable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14208>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to