]> 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:21:29 +0000 (04:21 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:21:29 +0000 (04:21 +0000)
commitb1919b7ff58222820986fac2bcccbc6fc67ab9ba
tree6e004cf8965f1464da853afa4cf1f08a08f613b2
parentb7e965cbf40a39a43ffccb4aa4503a6d15df10e3
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.
Lib/email/Message.py