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 martin.panter
Recipients barry, berker.peksag, demian.brecht, eli.bendersky, ethan.furman, martin.panter, orsenthil, python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-02-08.05:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423372043.91.0.422963306889.issue21793@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the log output includes the new HTTPStatus codes. I don’t care much for the log output, but perhaps this wasn’t part of the plan? Before:

$ python3.4 -m http.server
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [08/Feb/2015 05:05:28] "GET / HTTP/1.1" 200 -

After:

$ ./python -m http.server
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [08/Feb/2015 05:05:40] "GET / HTTP/1.1" HTTPStatus.OK -
History
Date User Action Args
2015-02-08 05:07:24martin.pantersetrecipients: + martin.panter, barry, rhettinger, orsenthil, r.david.murray, eli.bendersky, ethan.furman, python-dev, berker.peksag, serhiy.storchaka, demian.brecht
2015-02-08 05:07:23martin.pantersetmessageid: <1423372043.91.0.422963306889.issue21793@psf.upfronthosting.co.za>
2015-02-08 05:07:23martin.panterlinkissue21793 messages
2015-02-08 05:07:23martin.pantercreate