]> granicus.if.org Git - python/commit
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStora...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 May 2018 22:20:06 +0000 (15:20 -0700)
committerNed Deily <nad@python.org>
Mon, 14 May 2018 22:20:06 +0000 (18:20 -0400)
commite8f968dcde520160bea7c98d298e58128f9abaa4
tree35ae7b2ef8fc85ab2f50482f0310c37eed43430d
parent8e633a4035bcff458c45fa095f4b8eab2f158466
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)

(cherry picked from commit 545c955be997efd6b3827b981024e6b9945d82d1)

Co-authored-by: Amber Brown <hawkowl@atleastfornow.net>
Doc/library/cgi.rst
Lib/cgi.py
Lib/test/test_cgi.py