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-46468: document that "-m http.server" defaults to port 8000 #30776
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.
Thanks @JelleZijlstra for the PR, and @asvetlov for merging it |
Sorry @JelleZijlstra and @asvetlov, I had trouble checking out the |
…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>
GH-30786 is a backport of this pull request to the 3.9 branch. |
Thanks @JelleZijlstra for the PR, and @asvetlov for merging it |
…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>
GH-30787 is a backport of this pull request to the 3.10 branch. |
…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>
…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>
Thanks! Could you also add the final period here?
|
…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>
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