Uh oh!
There was an error while loading. Please reload this page.
bpo-46468: document that "-m http.server" defaults to port 8000 - #30776
Merged
Conversation
Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.py#L1270 It's been this way since at least 3.4. Also improved some wording in the same section.
kumaraditya303
approved these changes
Jan 22, 2022
asvetlov
approved these changes
Jan 22, 2022
miss-islington
commented
Jan 22, 2022
Contributor
Thanks @JelleZijlstra for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
miss-islington
commented
Jan 22, 2022
Contributor
Sorry @JelleZijlstra and @asvetlov, I had trouble checking out the |
miss-islington pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 22, 2022
…onGH-30776) Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.pyGH-L1270 It's been this way since at least 3.4. Also improved some wording in the same section. (cherry picked from commit c8a5366) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
bedevere-bot
commented
Jan 22, 2022
GH-30786 is a backport of this pull request to the 3.9 branch. |
miss-islington
commented
Jan 22, 2022
Contributor
Thanks @JelleZijlstra for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 22, 2022
…onGH-30776) Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.pyGH-L1270 It's been this way since at least 3.4. Also improved some wording in the same section. (cherry picked from commit c8a5366) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
bedevere-bot
commented
Jan 22, 2022
GH-30787 is a backport of this pull request to the 3.10 branch. |
asvetlov pushed a commit
that referenced
this pull request
Jan 22, 2022
…0776) (#30786) Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.pyGH-L1270 It's been this way since at least 3.4. Also improved some wording in the same section. (cherry picked from commit c8a5366) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
asvetlov pushed a commit
that referenced
this pull request
Jan 22, 2022
…0776) (#30787) Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.pyGH-L1270 It's been this way since at least 3.4. Also improved some wording in the same section. (cherry picked from commit c8a5366) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
geryogam
commented
Jan 27, 2022
Contributor
Thanks! Could you also add the final period here? |
hello-adam pushed a commit
to hello-adam/cpython
that referenced
this pull request
Jun 2, 2022
…onGH-30776) (python#30786) Code link: https://github.com/python/cpython/blob/70c16468deee9390e34322d32fda57df6e0f46bb/Lib/http/server.pyGH-L1270 It's been this way since at least 3.4. Also improved some wording in the same section. (cherry picked from commit c8a5366) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code link:
cpython/Lib/http/server.py
Line 1270 in 70c1646
It's been this way since at least 3.4.
Also improved some wording in the same section.
https://bugs.python.org/issue46468
Automerge-Triggered-By: GH:asvetlov