Skip to content

[3.10] bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) - #30787

Merged
asvetlov merged 1 commit into
python:3.10from
miss-islington:backport-c8a5366-3.10
Jan 22, 2022
Merged

[3.10] bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)#30787
asvetlov merged 1 commit into
python:3.10from
miss-islington:backport-c8a5366-3.10

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jan 22, 2022

Copy link
Copy Markdown
Contributor

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

https://bugs.python.org/issue46468

…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-botbedevere-bot added the docs Documentation in the Doc dir label Jan 22, 2022
@miss-islington

Copy link
Copy Markdown
ContributorAuthor

@JelleZijlstra and @asvetlov: Status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
ContributorAuthor

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

@JelleZijlstraJelleZijlstra 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.

good bot

@asvetlov
asvetlov merged commit 923c994 into python:3.10Jan 22, 2022
@bedevere-bot

Copy link
Copy Markdown

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
miss-islington deleted the backport-c8a5366-3.10 branch January 22, 2022 15:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@miss-islington@bedevere-bot@JelleZijlstra@hugovk@asvetlov@the-knights-who-say-ni