]> granicus.if.org Git - python/commit
Remove very long doc string (it's all in the docs)
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 3 Aug 2000 20:57:44 +0000 (20:57 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 3 Aug 2000 20:57:44 +0000 (20:57 +0000)
commitc253d9a6239489972b8807cf8e97395cbe19ba3f
treee0897445256435700eeb2696b2b836bc7e9c5a79
parent8b9835cdb286f29ba7d2d06a6802bb4f8524555d
Remove very long doc string (it's all in the docs)
Modify parse_qsl to interpret 'a=b=c' as key 'a' and value 'b=c'
(which matches Perl's CGI.pm)
Lib/cgi.py