]> granicus.if.org Git - python/commit
Added FieldStorage class, which stores parts in files.
authorGuido van Rossum <guido@python.org>
Thu, 7 Mar 1996 06:33:07 +0000 (06:33 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Mar 1996 06:33:07 +0000 (06:33 +0000)
commit243ddcd7a970e124366534d181505d33e6afc2e0
tree2735628b762f223a21b4005547e5a3b1f7c8c382
parent62d9d6ed4061fb212da35625a9bbf7aefc061b9a
Added FieldStorage class, which stores parts in files.
(Not documented yet, and the files are currently StringIO instances.)
Lib/cgi.py