[Python-Dev] Re: Parameters in message headers (original) (raw)

Barry A. Warsaw barry@zope.com
Mon, 8 Apr 2002 02:05:03 -0400


"GN" == Gustavo Niemeyer <niemeyer@conectiva.com> writes:

GN>     - More liberal acceptance of parameter formatting,
GN> e.g. this is now accepted: Content-Type: multipart/mixed;
GN> boundary = "FOO" I.e. spaces around the = sign.

GN> Thank you!

No problem! :)

BTW, this was part of email 1.2 which was released 18-Mar-2002. Current cvs is as 2.0 which has some API changes (with the proper DeprecationWarnings ) and will likely be folded into Python 2.3.

-Barry