Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-23427: Add sys.orig_argv attribute #20729

Merged
merged 3 commits into from
Jun 29, 2020
Merged

bpo-23427: Add sys.orig_argv attribute #20729

merged 3 commits into from
Jun 29, 2020

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
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!

arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 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.
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