[issue46468] http.server documentation missing default value for port

2022-01-22 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
versions: +Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset 923c994400b3f1c67f95d25c703e131890a16912 by Miss Islington (bot) 
in branch '3.10':
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) 
(#30787)
https://github.com/python/cpython/commit/923c994400b3f1c67f95d25c703e131890a16912


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset b4088801db4b4f56b177b1c01dd873c7922e6a9f by Miss Islington (bot) 
in branch '3.9':
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) 
(#30786)
https://github.com/python/cpython/commit/b4088801db4b4f56b177b1c01dd873c7922e6a9f


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread miss-islington


Change by miss-islington :


--
pull_requests: +28972
pull_request: https://github.com/python/cpython/pull/30787

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +28971
pull_request: https://github.com/python/cpython/pull/30786

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-22 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset c8a536624e8f5d6612e3c275c5b19592583a8cf8 by Jelle Zijlstra in 
branch 'main':
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)
https://github.com/python/cpython/commit/c8a536624e8f5d6612e3c275c5b19592583a8cf8


--
nosy: +asvetlov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-21 Thread Jelle Zijlstra


Change by Jelle Zijlstra :


--
keywords: +patch
pull_requests: +28961
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/30776

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46468] http.server documentation missing default value for port

2022-01-21 Thread Jelle Zijlstra


New submission from Jelle Zijlstra :

"python -m http.server" works and listens on port 8000, but the docs suggest 
you always have to pass the port. PR incoming.

--
assignee: Jelle Zijlstra
components: Documentation
messages: 411230
nosy: Jelle Zijlstra
priority: normal
severity: normal
status: open
title: http.server documentation missing default value for port
versions: Python 3.10, Python 3.11, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com