commit | a74e868857e2122d3e5c895a86a8cf930af48e0a | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Sep 03 04:08:13 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Sep 03 04:08:13 2003 +0000 |
tree | 9f140326705c061ee4bf3c0088f2314432619a2c | |
parent | 6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385 [diff] |
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.