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 joneskoo
Recipients carljm, jcea, joneskoo, maker, orsenthil
Date 2012-01-06.03:06:02
SpamBayes Score 0.0030786372
Marked as misclassified No
Message-id <1325819165.62.0.417108248999.issue13642@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for 2.7 hg tip attached. Please review, test and if ok, port to 3.x.

I guess the URL needs to be quoted so commented out the assertion for the URL being equal. I added unquote in the base64 encoding of the password, which makes the test pass. Seems to work for me and no urllib tests were broken. Did not run others.

http://test.webdav.org/ has some basic auth test accounts configured if you want to try it out. You can use wireshark to grab the base64 from the unencrypted http. Fancy opener works for me with this now, too.
History
Date User Action Args
2012-01-06 03:06:06joneskoosetrecipients: + joneskoo, jcea, orsenthil, carljm, maker
2012-01-06 03:06:05joneskoosetmessageid: <1325819165.62.0.417108248999.issue13642@psf.upfronthosting.co.za>
2012-01-06 03:06:03joneskoolinkissue13642 messages
2012-01-06 03:06:02joneskoocreate