Skip to content

bpo-13826: Clarify Popen constructor example#18438

Merged
miss-islington merged 1 commit into
python:masterfrom
tdsmith:popen-docs
Feb 10, 2020
Merged

bpo-13826: Clarify Popen constructor example#18438
miss-islington merged 1 commit into
python:masterfrom
tdsmith:popen-docs

Conversation

@tdsmith

@tdsmith tdsmith commented Feb 10, 2020

Copy link
Copy Markdown
Contributor

Clarifies that the use of shlex.split is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826

Automerge-Triggered-By: @gvanrossum

Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.
@tdsmith

tdsmith commented Feb 10, 2020

Copy link
Copy Markdown
Contributor Author

Updated to use a more cross-platform example (git instead of say).

@gvanrossum gvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@miss-islington

Copy link
Copy Markdown
Contributor

@tdsmith: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 95d024d into python:master Feb 10, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, I can't merge this PR. Reason: Pull Request is not mergeable.

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @tdsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-18445 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 10, 2020
Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826
(cherry picked from commit 95d024d)

Co-authored-by: Tim D. Smith <github@tim-smith.us>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 10, 2020
Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826
(cherry picked from commit 95d024d)

Co-authored-by: Tim D. Smith <github@tim-smith.us>
@bedevere-bot

Copy link
Copy Markdown

GH-18446 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Feb 10, 2020
Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826
(cherry picked from commit 95d024d)

Co-authored-by: Tim D. Smith <github@tim-smith.us>
miss-islington added a commit that referenced this pull request Feb 10, 2020
Clarifies that the use of `shlex.split` is more instructive than
normative, and provides a simpler example.

https://bugs.python.org/issue13826
(cherry picked from commit 95d024d)

Co-authored-by: Tim D. Smith <github@tim-smith.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants