]> granicus.if.org Git - python/commit
At Jim Fulton's request (actually, as a compromise :-), default the
authorGuido van Rossum <guido@python.org>
Wed, 2 Jun 1999 18:44:22 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Jun 1999 18:44:22 +0000 (18:44 +0000)
commitce900defc57eb8d38ad5da8416ff0ded08df34c3
tree14762ee03adfb1b75eedb5535030508e2ee87084
parent094189f10846112494ded420e5232ee9343f01c4
At Jim Fulton's request (actually, as a compromise :-), default the
content-type to application/x-www-form-urlencoded only when the method
is POST.  Ditto for when the content-type is unrecognized -- only
fall back to urlencoded with POST.
Lib/cgi.py