commit | 66edb6295f956af9c559ef037c5016c9f6b64261 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Jul 19 15:38:11 2004 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Jul 19 15:38:11 2004 +0000 |
tree | 8aa6adeef3e152e189752fab16046dfe477bb306 | |
parent | 36a0f89c37f535254043712168cd9c0a4f1a7f40 [diff] [blame] |
Don't return spurious empty fields if 'keep_empty_values' is True. Fixes SF bug #990307.
diff --git a/Misc/NEWS b/Misc/NEWS index cd34d13..29adb45 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -94,6 +94,10 @@ - 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 -----------