Bug 1230622 - Docs: Suggest people use wptserve instead of mozhttpd. r=jgraham

This commit is contained in:
William Lachance 2015-12-04 13:18:40 -05:00
parent 7fd814367a
commit 8e279d48ae

View File

@ -1,9 +1,13 @@
Serving up content to be consumed by the browser
================================================
I know, right? ANOTHER Python HTTP server? In all seriousness, we
weren't able to find anything out there that was fast enough, flexible
enough, and easy-to-use enough for our needs. So we created our own.
.. warning:: The mozhttpd module is considered obsolete. For new code,
please use wptserve_ which can do everything mozhttpd does
and more.
.. _wptserve: https://pypi.python.org/pypi/wptserve
:mod:`mozhttpd` --- Simple webserver
------------------------------------