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 Justin.Lebar
Recipients Justin.Lebar, georg.brandl
Date 2010-01-28.05:40:29
SpamBayes Score 0.018357443
Marked as misclassified No
Message-id <1264657234.88.0.361902382991.issue7797@psf.upfronthosting.co.za>
In-reply-to
Content
It's not at all clear from the documentation that base64.base64encode() and its kin return bytes, rather than strings.  Since this matters now, the docs should be clear on this point.

http://docs.python.org/3.1/library/base64.html
History
Date User Action Args
2010-01-28 05:40:38Justin.Lebarsetrecipients: + Justin.Lebar, georg.brandl
2010-01-28 05:40:34Justin.Lebarsetmessageid: <1264657234.88.0.361902382991.issue7797@psf.upfronthosting.co.za>
2010-01-28 05:40:32Justin.Lebarlinkissue7797 messages
2010-01-28 05:40:30Justin.Lebarcreate