This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, matrixise, mdk, vstinner
Date 2019-03-18.15:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552924015.65.0.144029029263.issue36345@roundup.psfhosted.org>
In-reply-to
Content
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@ochtman.nl>
Date:   Wed Feb 24 04:12:11 2010 +0000

    Issue #8004: add a serve target to the Doc Makefile.
History
Date User Action Args
2019-03-18 15:46:55vstinnersetrecipients: + vstinner, docs@python, matrixise, mdk
2019-03-18 15:46:55vstinnersetmessageid: <1552924015.65.0.144029029263.issue36345@roundup.psfhosted.org>
2019-03-18 15:46:55vstinnerlinkissue36345 messages
2019-03-18 15:46:55vstinnercreate