]> granicus.if.org Git - python/commit
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638)
authorPierre Quentel <pierre.quentel@gmail.com>
Wed, 11 Sep 2019 11:05:53 +0000 (13:05 +0200)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Sep 2019 11:05:53 +0000 (12:05 +0100)
commit2d7cacacc310b65b43e7e2de89e7722291dea6a4
tree97f6f93239ec1c04a28cb05b713f24cc951caafc
parent972cf5c06a5ba16ad243a442dbb9c15307fbed95
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#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
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]