-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-46468: document that "-m http.server" defaults to port 8000 #30776
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
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 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
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 <[email protected]>
GH-30786 is a backport of this pull request to the 3.9 branch. |
Thanks @JelleZijlstra for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…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 <[email protected]>
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 <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
…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 <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
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 <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
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