]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
After more discussion with Jim, change the behavior so that only a
authorGuido van Rossum <guido@python.org>
Fri, 11 Jun 1999 18:26:09 +0000 (18:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Jun 1999 18:26:09 +0000 (18:26 +0000)
commit60a3bd81306f2d3c818a4765c55a6785e083efff
tree7aff937a953444f500d312f7212bcf95134e24a5
parent122473fc70ba3c1c5c112b8be78d81a963f3cf6f
After more discussion with Jim, change the behavior so that only a
*missing* content-type at the outer level of a POST defaults to
urlencoded.  In all other circumstances, the default is read_singe().
Lib/cgi.py