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 maker
Recipients carljm, ezio.melotti, jcea, joneskoo, maker, orsenthil
Date 2012-01-10.10:47:36
SpamBayes Score 6.3558005e-06
Marked as misclassified No
Message-id <1326192457.63.0.0942668754243.issue13642@psf.upfronthosting.co.za>
In-reply-to
Content
Whoops, probably I tested using $ python instead of $ ./python.exe - 
Attaching two patches, one keeps using map(), but definitely changes unquote() behavior; the other simply asserts user_passwd exists before using unquote().

Well, concerning the class field abuse, HTTPConnection._buffer attribute might help? The point is that I can't find an easy way to get the HTTPConnection instance from an urlopen().
History
Date User Action Args
2012-01-10 10:47:37makersetrecipients: + maker, jcea, orsenthil, carljm, ezio.melotti, joneskoo
2012-01-10 10:47:37makersetmessageid: <1326192457.63.0.0942668754243.issue13642@psf.upfronthosting.co.za>
2012-01-10 10:47:37makerlinkissue13642 messages
2012-01-10 10:47:36makercreate