karl added the comment: r.david.murray,
how did you enter the first without a syntax error? >>> import email.message >>> m = message_from_string("Content-Disposition: attachment; >>> filename*0*="can't decode this filename") File "<stdin>", line 1 m = message_from_string("Content-Disposition: attachment; filename*0*="can't decode this filename") ^ SyntaxError: invalid syntax ---------- nosy: +karlcow _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17369> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com