]> granicus.if.org Git - python/commit
A fix for parsing parameters when there are semicolons inside the
authorBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:08:13 +0000 (04:08 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:08:13 +0000 (04:08 +0000)
commita74e868857e2122d3e5c895a86a8cf930af48e0a
tree9f140326705c061ee4bf3c0088f2314432619a2c
parent6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385
A fix for parsing parameters when there are semicolons inside the
quotes.  Fixes SF bug #794466, with the essential patch provided by
Stuart D. Gathman.  Specifically,

_parseparam(), _get_params_preserve(): Use the parsing function that
takes quotes into account, as given (essentially) in the bug report's
test program.

Backport candidate.
Lib/email/Message.py