]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A fix for parsing parameters when there are semicolons inside the
authorBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:14:01 +0000 (04:14 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:14:01 +0000 (04:14 +0000)
commitf29286e610ca3860ed5f6866b4a6daf03aba77d3
tree842844cdaadb97e18a5f12f8596e4685b0a823cd
parent3b7340cec284d5c707ebfce5d40f4d6eee769bb9
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