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 demian.brecht
Recipients barry, berker.peksag, demian.brecht, ethan.furman, martin.panter, orsenthil, python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-02-21.01:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E424EFD6-E182-43FD-8322-0F9E8BB4B6B6@gmail.com>
In-reply-to <0A38E69E-9808-403F-AE35-05BCBC6B4D6F@gmail.com>
Content
Latest patch should address all comments. It also fixes the same issue in error logging which wasn’t previously accounted for. The test file has also been updated with using HTTPStatus where possible rather than hard coded ints. This is consistent with other areas in the http package.
Files
File name Uploaded
issue21793_logfix_3.patch demian.brecht, 2015-02-21.01:40:19
History
Date User Action Args
2015-02-21 01:40:23demian.brechtsetrecipients: + demian.brecht, barry, rhettinger, orsenthil, r.david.murray, ethan.furman, python-dev, berker.peksag, martin.panter, serhiy.storchaka
2015-02-21 01:40:22demian.brechtlinkissue21793 messages
2015-02-21 01:40:22demian.brechtcreate