Skip to content

bpo-23427: Add sys.orig_argv attribute#20729

Merged
vstinner merged 3 commits into
python:masterfrom
vstinner:sys_orig_argv
Jun 29, 2020
Merged

bpo-23427: Add sys.orig_argv attribute#20729
vstinner merged 3 commits into
python:masterfrom
vstinner:sys_orig_argv

Conversation

@vstinner

@vstinner vstinner commented Jun 8, 2020

Copy link
Copy Markdown
Member

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.

https://bugs.python.org/issue23427

@vstinner

Copy link
Copy Markdown
Member Author

cc @ncoghlan @dvarrazzo @zware @warsaw

@vstinner

Copy link
Copy Markdown
Member Author

cc @Yhg1s: Would you mind to have a look?

@Yhg1s Yhg1s self-assigned this Jun 29, 2020
vstinner added 3 commits June 29, 2020 21:51
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.
@vstinner vstinner merged commit dd8a93e into python:master Jun 29, 2020
@vstinner vstinner deleted the sys_orig_argv branch June 29, 2020 22:49
@vstinner

Copy link
Copy Markdown
Member Author

Thanks for the review @Yhg1s!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants