]> granicus.if.org Git - python/commit
Class FieldStorage: add two new methods, getfirst() and getlist(),
authorGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 19:45:34 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 19:45:34 +0000 (19:45 +0000)
commit1bfb388d86db61944ab8a13403b185bef931abfb
tree2ebfbfd2b5c8c4cc2ded79241e19188ba49071c9
parent09f1ad854237542315ec86151aa56b143e54d1d2
Class FieldStorage: add two new methods, getfirst() and getlist(),
that provide a somewhat more uniform interface to getting values.

This is from SF patch #453691.
Lib/cgi.py