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 janssen
Recipients gvanrossum, janssen, jimjjewett, lemburg, loewis, mgiuca, orsenthil, pitrou, thomaspinckney3
Date 2008-08-08.02:04:32
SpamBayes Score 0.10084547
Marked as misclassified No
Message-id <1218161073.38.0.550504443359.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the failing test in test_http_cookiejar is just a bad test;
it attempts to build an HTTP request object from an invalid URL, yet
still seem to expect to be able to extract a cookie from the response
headers for that request.  I'd expect some exception to be thrown.

So this probably indicates a bug in urllib.parse:

urllib.parse.urlparse("http://www.acme.com/foo%2f%25/<<%0anew\345/\346\370\345")


should throw an exception somewhere.
History
Date User Action Args
2008-08-08 02:04:33janssensetrecipients: + janssen, lemburg, gvanrossum, loewis, jimjjewett, orsenthil, pitrou, thomaspinckney3, mgiuca
2008-08-08 02:04:33janssensetmessageid: <1218161073.38.0.550504443359.issue3300@psf.upfronthosting.co.za>
2008-08-08 02:04:32janssenlinkissue3300 messages
2008-08-08 02:04:32janssencreate