New submission from Stéphane Wirtel <steph...@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@python
components: Documentation
messages: 338224
nosy: docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36345>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to