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, ethan.furman, martin.panter, orsenthil, python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-02-21.04:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424491897.03.0.49603694458.issue21793@psf.upfronthosting.co.za>
In-reply-to
Content
I think you will find the error logging was already fine, since it already uses %d:

127.0.0.1 - - [21/Feb/2015 04:02:06] code 404, message File not found
127.0.0.1 - - [21/Feb/2015 04:02:06] "GET /nonexistant HTTP/1.1" HTTPStatus.NOT_FOUND -

The new codes in the tests look okay though.
History
Date User Action Args
2015-02-21 04:11:37martin.pantersetrecipients: + martin.panter, barry, rhettinger, orsenthil, r.david.murray, ethan.furman, python-dev, berker.peksag, serhiy.storchaka, demian.brecht
2015-02-21 04:11:37martin.pantersetmessageid: <1424491897.03.0.49603694458.issue21793@psf.upfronthosting.co.za>
2015-02-21 04:11:37martin.panterlinkissue21793 messages
2015-02-21 04:11:36martin.pantercreate