Bill Janssen <[EMAIL PROTECTED]> added the comment: 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. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3300> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com