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 customdesigned
Recipients
Date 2003-08-25.03:50:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Run the included test program in Python 2.2.2 or 2.3.  
------------------
$ python2 testemail.py
[('image/pjpeg', ''), ('name', '"Jim&amp'), ('&amp',
''), ('Jill"', '')]
[('image/pjpeg', ''), ('name', 'Jim&&Jill')]

The first answer is wrong.  The second is correct.
History
Date User Action Args
2007-08-23 14:16:24adminlinkissue794466 messages
2007-08-23 14:16:24admincreate