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 barry
Recipients barry, berker.peksag, jnoller, python-dev, r.david.murray, sbt, serhiy.storchaka, vstinner
Date 2014-03-20.13:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140320092017.2cd4f45a@anarchist.wooz.org>
In-reply-to <1395304189.32.0.246426791223.issue20976@psf.upfronthosting.co.za>
Content
On Mar 20, 2014, at 08:29 AM, STINNER Victor wrote:

>from quopri import decodestring as _qdecode
>from email.encoders import _bencode, _qencode

AFAICT, _qdecode is only used in email/messages.py, so perhaps it's better to
import it there and remove it from utils.py?

_bencode and _qencode are imported/defined and used in encoders.py.  It
doesn't seem like utils.py or any other code uses them.

They're all non-public so why not clean it up?
History
Date User Action Args
2014-03-20 13:20:31barrysetrecipients: + barry, vstinner, jnoller, r.david.murray, python-dev, sbt, berker.peksag, serhiy.storchaka
2014-03-20 13:20:31barrylinkissue20976 messages
2014-03-20 13:20:31barrycreate