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

STINNER Victor report at bugs.python.org
Mon Mar 18 11:46:55 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I'm ok with modifying "make server" to reuse http.server, but I'm not sure about deprecating Tools/scripts/serve.py.

serve.py uses wsgiref which is different than http.server. Does anyone use it? I would prefer to keep it. If you want to remove it, please send an email to python-dev to ask who uses it.


"make serve" has been added by bpo-8004 which added Tools/scripts/serve.py.

commit e4c74e1ea26e77b065a8999b7192160595474211
Author: Dirkjan Ochtman <dirkjan at ochtman.nl>
Date:   Wed Feb 24 04:12:11 2010 +0000

    Issue #8004: add a serve target to the Doc Makefile.

----------
nosy: +vstinner

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


More information about the docs mailing list