Victor Stinner dd8a93e23b
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Add sys.orig_argv attribute: the list of the original command line
arguments passed to the Python executable.

Rename also PyConfig._orig_argv to PyConfig.orig_argv and
document it.
2020-06-30 00:49:03 +02:00
..
2016-09-07 09:26:18 -07:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library