[New-bugs-announce] [issue21869] Clean up quopri, correct method names encodestring and decodestring

Senthil Kumaran report at bugs.python.org
Wed Jun 25 10:51:10 CEST 2014


New submission from Senthil Kumaran:

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.

----------
messages: 221537
nosy: orsenthil, r.david.murray
priority: normal
severity: normal
status: open
title: Clean up quopri, correct method names encodestring and decodestring
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21869>
_______________________________________


More information about the New-bugs-announce mailing list