Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 8, 2020

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
Member Author

cc @ncoghlan @dvarrazzo @zware @warsaw

@vstinner
Copy link
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
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