[New-bugs-announce] [issue36345] Deprecate Tools/scripts/serve.py in favour of python -m http.server -d

Stéphane Wirtel report at bugs.python.org
Mon Mar 18 09:57:39 EDT 2019


New submission from Stéphane Wirtel <stephane at wirtel.be>:

The Makefile of Doc/ has a `serve` target. Currently, this one uses `Tools/scripts/serve.py`. But since 3.7, this script could be replaced by `python -m http.server -d directory`.

@mdk and myself thinking we could deprecate `Tools/scripts/serve.py` with a warning and propose to use `-m http.server -d directory`

----------
assignee: docs at python
components: Documentation
messages: 338224
nosy: docs at python, matrixise
priority: normal
severity: normal
status: open
title: Deprecate Tools/scripts/serve.py in favour of python -m http.server -d
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36345>
_______________________________________


More information about the New-bugs-announce mailing list