[Python-checkins] python/dist/src/Misc NEWS,1.1044,1.1045

nascheme at users.sourceforge.net nascheme at users.sourceforge.net
Mon Jul 19 17:38:14 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19447/Misc

Modified Files:
	NEWS 
Log Message:
Don't return spurious empty fields if 'keep_empty_values' is True.
Fixes SF bug #990307.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -C2 -d -r1.1044 -r1.1045
*** NEWS	18 Jul 2004 23:58:17 -0000	1.1044
--- NEWS	19 Jul 2004 15:38:11 -0000	1.1045
***************
*** 95,98 ****
--- 95,102 ----
    that provide thread-local data.
  
+ - Bug #990307: when keep_empty_values is True, cgi.parse_qsl()
+   no longer returns spurious empty fields.
+ 
+ 
  Tools/Demos
  -----------



More information about the Python-checkins mailing list