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 petri.lehtinen
Recipients barry, docs@python, patrick.vrijlandt, petri.lehtinen, r.david.murray
Date 2012-08-18.10:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345285546.47.0.995775534725.issue15588@psf.upfronthosting.co.za>
In-reply-to
Content
The encode() and decode() functions also expect binary file objects.

Attached a patch that changes documentation and docstrings. Removed the mentions of readline(), because read() is called on input instead, if the binascii module is available. Also removed the repeated descriptions of quotetabs and header in encodestring()'s docs.
History
Date User Action Args
2012-08-18 10:25:46petri.lehtinensetrecipients: + petri.lehtinen, barry, r.david.murray, docs@python, patrick.vrijlandt
2012-08-18 10:25:46petri.lehtinensetmessageid: <1345285546.47.0.995775534725.issue15588@psf.upfronthosting.co.za>
2012-08-18 10:25:45petri.lehtinenlinkissue15588 messages
2012-08-18 10:25:44petri.lehtinencreate