Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

email package: call for testers

0 views
Skip to first unread message

Oleg Broytmann

unread,
Jul 1, 2002, 9:52:04 AM7/1/02
to
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/ p...@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.


0 new messages