]> granicus.if.org Git - python/commit
For method=POST, append a query string from the environment or from
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:42:12 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:42:12 +0000 (18:42 +0000)
commitafb5e93e779c7280309edb600aac40689df1fa8f
tree02e9242c692f1172a2c9ba2ccbf6c835734f0bfb
parent306a8a633800f2f37d054fbf48a3e0628faf3073
For method=POST, append a query string from the environment or from
sys.argv[1], effectively merging the fields.
Lib/cgi.py