]> granicus.if.org Git - python/commit
From: Clarence Gardner <clarence@king.silcom.com>
authorGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 18:20:42 +0000 (18:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 18:20:42 +0000 (18:20 +0000)
commit5f32248d56909e83c7f48db936bdc021f36eede6
tree3087b9b8a2feffe7e4009e17ed330f8b31dc1426
parent97227814a95769753cc9334048f1dedfa7024720
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.
Lib/cgi.py