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 Dmitry.Jemerov, ezio.melotti, orsenthil, pitrou
Date 2010-08-04.17:51:04
SpamBayes Score 0.05474732
Marked as misclassified No
Message-id <1280944266.46.0.077081676311.issue8123@psf.upfronthosting.co.za>
In-reply-to
Content
Surprising that it was not observed in my system (Ubuntu).

There was mistake where in the bytes value was being coerced to a string.
bauth = "Basic: %s" % auth // with auth was bytes.

Fixed it in r83729 and r83730.
History
Date User Action Args
2010-08-04 17:51:06orsenthilsetrecipients: + orsenthil, pitrou, ezio.melotti, Dmitry.Jemerov
2010-08-04 17:51:06orsenthilsetmessageid: <1280944266.46.0.077081676311.issue8123@psf.upfronthosting.co.za>
2010-08-04 17:51:05orsenthillinkissue8123 messages
2010-08-04 17:51:05orsenthilcreate