This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients karlcow, r.david.murray
Date 2013-03-07.03:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362626424.26.0.841077668038.issue17369@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-03-07 03:20:24karlcowsetrecipients: + karlcow, r.david.murray
2013-03-07 03:20:24karlcowsetmessageid: <1362626424.26.0.841077668038.issue17369@psf.upfronthosting.co.za>
2013-03-07 03:20:24karlcowlinkissue17369 messages
2013-03-07 03:20:24karlcowcreate