CVS: 'python/dist/src/Lib cgi.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Fri, 11 Apr 1997 14:20:44 -0400


Update of /projects/cvsroot/python/dist/src/Lib
In directory monty:/usr/people/guido/python/src/Lib

Modified Files:
	cgi.py 
Log Message:
From: Clarence Gardner <clarence@king.silcom.com>

The function parse_qs currently calls urllib.unquote on the
value of the field submitted, but not on the name.  It needs
to do both.

--Guido van Rossum (home page: http://www.python.org/~guido/)