Add decodestring to module quopri ?

Robert Roy rjroy at takingcontrol.com
Tue Jan 2 14:10:35 EST 2001


On 2 Jan 2001 03:10:40 GMT, ungrzr2 at ubatxbat.pbz ({-- Rot13 - Hateme)
wrote:

>currently quopri only have 
>
>decode(input, output)
>encode(input, output)
>
>which take file objects as arguements. Please add
>decodestring(string) and encodestring(string) for
>encoding/decoding string buffers. module base64
>already has this methods.

or you could use a StringIO object ...

Bob



More information about the Python-list mailing list