email package: call for testers

Oleg Broytmann phd at phd.pp.ru
Mon Jul 1 09:52:04 EDT 2002


Hello!

   Barry Warsaw finally merged my patches into the email package. This is
the call for testers - those who use the python email package please
download latest Python from CVS or latest daily snapshop and test that the
patches don't break your programs.

   The patches implement RFC2231 parameter decoding and change interface of
Message.get_param() and get_params() methods. After decoding
rfc2231-encoded parameter these methods return 3-tuple
(charset, language, value). Some methods that use get_param(),
get_filename() for one, return unicode string, the result of
unicode(value, charset) call; the language is ignored.

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 Python-list mailing list