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 mitya57
Recipients barry, mitya57, r.david.murray
Date 2012-03-21.15:04:14
SpamBayes Score 0.024210727
Marked as misclassified No
Message-id <1332342255.82.0.935319181904.issue14360@psf.upfronthosting.co.za>
In-reply-to
Content
(Sorry for not replying earlier).

I think the main priority here is getting things working, not the tests (so I have little interest in that).

First of all, should quopri.encodestring() really return bytes? Everything it returns is ascii text, obviously.

Then, which types of argument should encode_* functions take (I think str should be supported, and it's not a case here as encode_quopri will only accept bytes)?
History
Date User Action Args
2012-03-21 15:04:15mitya57setrecipients: + mitya57, barry, r.david.murray
2012-03-21 15:04:15mitya57setmessageid: <1332342255.82.0.935319181904.issue14360@psf.upfronthosting.co.za>
2012-03-21 15:04:14mitya57linkissue14360 messages
2012-03-21 15:04:14mitya57create