commit | 2d7cacacc310b65b43e7e2de89e7722291dea6a4 | [log] [tgz] |
---|---|---|
author | Pierre Quentel <pierre.quentel@gmail.com> | Wed Sep 11 13:05:53 2019 +0200 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Sep 11 12:05:53 2019 +0100 |
tree | 97f6f93239ec1c04a28cb05b713f24cc951caafc | |
parent | 972cf5c06a5ba16ad243a442dbb9c15307fbed95 [diff] |
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