[Email-SIG] Make reply

Oleg Broytmann phd at mail2.phd.pp.ru
Fri Apr 14 19:27:22 CEST 2006


Barry, woulnt't it be a nice addition?

def make_reply(body, quote_str="> "):
    return '\n'.join([quote_str + line for line in body.split('\n')])

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Email-SIG mailing list