Microthreads: wait( duration ) with minimal processor overhead, u

Fredrik Lundh effbot at telia.com
Sun May 28 04:07:40 EDT 2000


Will Ware wrote:
> Using the Unix 'mail' program, I find that the text is full of nonsense
> like "3D" and "=09". I think this is an artifact of MIME encoding. Is
> there any way to repost it without this stuff? Or is there a filter
> somewhere handy for getting rid of it?

Python's "quopri" module can be used as a command line tool:

    quopri -d - <input >output

it's probably easier to configure your mail/news reader to deal
with mime automatically (I'm pretty sure TIN can use metamail
for this purpose).

</F>




More information about the Python-list mailing list