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 orsenthil
Recipients dstanek, eric.araujo, methane, orsenthil
Date 2010-08-08.11:47:21
SpamBayes Score 0.0016577139
Marked as misclassified No
Message-id <1281268043.26.0.517723438932.issue8280@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in revision 83818(py3k),  83819 (release31-maint) and 83820 (release27-maint).

David, a couple of comments on your patch.
- Request method was from urllib2, so the proper place of tests were test_urllib2. This already had Requests test so some additional tests were only required.
- Also, now the fragments are removed and sent to the server, a proper response could be obtained, it can tested via 'network' tests in test_urllib2net.

You might check the svn diffs to see the changes made. 
Thanks for the patch.
History
Date User Action Args
2010-08-08 11:47:23orsenthilsetrecipients: + orsenthil, dstanek, eric.araujo, methane
2010-08-08 11:47:23orsenthilsetmessageid: <1281268043.26.0.517723438932.issue8280@psf.upfronthosting.co.za>
2010-08-08 11:47:21orsenthillinkissue8280 messages
2010-08-08 11:47:21orsenthilcreate