commit | 5f32248d56909e83c7f48db936bdc021f36eede6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Apr 11 18:20:42 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Apr 11 18:20:42 1997 +0000 |
tree | 3087b9b8a2feffe7e4009e17ed330f8b31dc1426 | |
parent | 97227814a95769753cc9334048f1dedfa7024720 [diff] |
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.