]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:22:38 +0000 (05:22 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 12:22:38 +0000 (05:22 -0700)
commit99f0e81f43f64b83e18e8cb2a0b66c53a81a74ab
treecbd2af3a8c43d816e08d4a73db35e2e64e763b15
parent0553369b9827bb5497bb7a65f64dd259781ae792
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]