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 hynek
Recipients EungJun.Yi, hynek
Date 2012-05-15.11:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337082521.73.0.139201097297.issue14809@psf.upfronthosting.co.za>
In-reply-to
Content
EungYun,

After further research I've found two issue which you should fix before it can be checked in:

 - The multi-line strings are missing spaces at their line break (429 and 431).
 - The error codes are documented at http://hg.python.org/cpython/file/26b8ec8a7800/Doc/library/http.client.rst#l180 , so you should add the new ones there.
 - You should mention the new RFC at Lib/http/server.py#l576 .

Would you like to update your patch?
History
Date User Action Args
2012-05-15 11:48:41hyneksetrecipients: + hynek, EungJun.Yi
2012-05-15 11:48:41hyneksetmessageid: <1337082521.73.0.139201097297.issue14809@psf.upfronthosting.co.za>
2012-05-15 11:48:41hyneklinkissue14809 messages
2012-05-15 11:48:41hynekcreate