]> granicus.if.org Git - python/commit
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStora...
authorAmber Brown <hawkowl@atleastfornow.net>
Mon, 14 May 2018 22:11:55 +0000 (18:11 -0400)
committerNed Deily <nad@python.org>
Mon, 14 May 2018 22:11:55 +0000 (18:11 -0400)
commit545c955be997efd6b3827b981024e6b9945d82d1
tree7e66dc411f94029250b67465c474dfde19695cde
parent3059042410dce69806b94be72d5c8055d616f3a3
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804)
Doc/library/cgi.rst
Lib/cgi.py
Lib/test/test_cgi.py