[Python-bugs-list] [ python-Bugs-794466 ] email module param
parsing bug
SourceForge.net
noreply at sourceforge.net
Tue Sep 2 22:09:50 EDT 2003
Bugs item #794466, was opened at 2003-08-24 23:50
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=794466&group_id=5470
Category: Python Library
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Stuart D. Gathman (customdesigned)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email module param parsing bug
Initial Comment:
Run the included test program in Python 2.2.2 or 2.3.
------------------
$ python2 testemail.py
[('image/pjpeg', ''), ('name', '"Jim&'), ('&',
''), ('Jill"', '')]
[('image/pjpeg', ''), ('name', 'Jim&&Jill')]
The first answer is wrong. The second is correct.
----------------------------------------------------------------------
>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-09-03 00:09
Message:
Logged In: YES
user_id=12800
Accepted your fix of _parseparamv(). Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=794466&group_id=5470
More information about the Python-bugs-list
mailing list