Add decodestring to module quopri ?

{-- Rot13 - Hateme ungrzr2 at ubatxbat.pbz
Mon Jan 1 22:10:40 EST 2001


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.



More information about the Python-list mailing list