diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2004-07-19 15:38:11 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2004-07-19 15:38:11 (GMT) |
commit | 66edb6295f956af9c559ef037c5016c9f6b64261 (patch) | |
tree | 8aa6adeef3e152e189752fab16046dfe477bb306 /Misc | |
parent | 36a0f89c37f535254043712168cd9c0a4f1a7f40 (diff) | |
download | cpython-66edb6295f956af9c559ef037c5016c9f6b64261.zip cpython-66edb6295f956af9c559ef037c5016c9f6b64261.tar.gz cpython-66edb6295f956af9c559ef037c5016c9f6b64261.tar.bz2 |
Don't return spurious empty fields if 'keep_empty_values' is True.
Fixes SF bug #990307.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,10 @@ Library - The threading module has a new class, local, for creating objects that provide thread-local data. +- Bug #990307: when keep_empty_values is True, cgi.parse_qsl() + no longer returns spurious empty fields. + + Tools/Demos ----------- |