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 orsenthil, r.david.murray
Date 2014-06-25.08:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403686270.37.0.341302276582.issue21869@psf.upfronthosting.co.za>
In-reply-to
Content
issue15588 brought the topic that quopri has ancient methods like encodestring, decodestring, which a user might expect that will send a string, but instead has to send bytes.

This needs to be cleaned up. 

a) function name should be accurate and represent what is sent and received.
b) tests in that main method should be killed.
c) All references in the stdlib should be updated.
History
Date User Action Args
2014-06-25 08:51:10orsenthilsetrecipients: + orsenthil, r.david.murray
2014-06-25 08:51:10orsenthilsetmessageid: <1403686270.37.0.341302276582.issue21869@psf.upfronthosting.co.za>
2014-06-25 08:51:10orsenthillinkissue21869 messages
2014-06-25 08:51:10orsenthilcreate