]> granicus.if.org Git - python/commit
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 12:09:23 +0000 (05:09 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 12:09:23 +0000 (05:09 -0700)
commite3bd941e4e6f4465f17a0e5a4a6bdf4ea0afdd0d
tree8f300f0359509b55e1b283a584248371bef249de
parentf3e430b07975c84cf34c927851df234d04d5753f
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638)

* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has no content-length header

* Add Misc/NEWS.d/next file.

* Add rst formatting for NEWS.d/next file

* Reaplce assert by self.assertEqual
(cherry picked from commit 2d7cacacc310b65b43e7e2de89e7722291dea6a4)

Co-authored-by: Pierre Quentel <pierre.quentel@gmail.com>
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS.d/next/Library/2018-11-21-18-05-50.bpo-20504.kG0ub5.rst [new file with mode: 0644]