Branch: refs/heads/master Home: https://github.com/python/cpython Commit: cc3fa204d357be5fafc10eb8c2a80fe0bca998f1 https://github.com/python/cpython/commit/cc3fa204d357be5fafc10eb8c2a80fe0bca998f1 Author: Pierre Quentel <pierre.quentel at gmail.com> Date: 2017年05月08日 (2017年5月08日) Changed paths: M Doc/library/cgi.rst M Doc/whatsnew/3.7.rst M Lib/cgi.py M Lib/test/test_cgi.py M Misc/NEWS Log Message: ----------- bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)