commit | e08c04c3871a58a59e931f23f4ff5a1165c8fd3e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 11 19:29:11 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 11 19:29:11 1996 +0000 |
tree | 91a5928ca9ad6485ecadd2a3de04b16d49f0517a | |
parent | 73eba25f5f9402f0ec276a1ce186df108fef984e [diff] |
Added 'strict_parsing' option to all parsing functions. This causes a ValueError exception when the query string contains fields that don't contain exactly one '=' sign. (By default, such fields are simply ignored.) Added this to the doc string describing parse() and parse_qs(). Also changed the default for keep_blank_values from None to 0 (the preferred way to spell 'FALSE').