]> granicus.if.org Git - python/commit
Make Tim O'Malley's requested change: in FieldStorage.__init__(), when
authorGuido van Rossum <guido@python.org>
Fri, 8 May 1998 19:55:51 +0000 (19:55 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 May 1998 19:55:51 +0000 (19:55 +0000)
commitb1b4f94527dd7c28f33c7d1ece0057b88e421d01
tree54c0433e3c533c6497b6daa92043ef94569f5622
parentb9838d97ada2fd64eae3e48eacf42341c9af6195
Make Tim O'Malley's requested change: in FieldStorage.__init__(), when
method='GET', always get the query string from environ['QUERY_STRING']
or sys.argv[1] -- ignore an explicitly passed in fp.
Lib/cgi.py