Issue 794466: email module param parsing bug (original) (raw)

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.