Add News entry.

This commit is contained in:
San GH 2020-03-23 18:13:50 -07:00
parent 2b4c0c170f
commit bfdaf78f11
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Fix :func:`cgi.parse` for multipart POST requests.
For applications that check CONTENT_TYPE and REQUEST_METHOD and then directly
call :func:`urlparse.parse_qs` or :func:`cgi.parse_multipart` this should
allow them to just call :func:`cgi.parse` and have it do the right thing.