From: Victor Stinner Date: Fri, 14 Jan 2011 14:11:45 +0000 (+0000) Subject: Issue #4953: add the author of the patch X-Git-Tag: v3.2rc1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5982967fc25985699888e04a9a7e35ff7b7372a;p=python Issue #4953: add the author of the patch --- diff --git a/Misc/ACKS b/Misc/ACKS index 93e948dc84..5256cfb711 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -679,6 +679,7 @@ Donovan Preston Steve Purcell Fernando Pérez Eduardo Pérez +Pierre Quentel Brian Quinlan Anders Qvist Burton Radons diff --git a/Misc/NEWS b/Misc/NEWS index dff100b880..bf2ec0e536 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -45,7 +45,8 @@ Library - Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not as unicode, and accept binary files. Add encoding and errors attributes to - cgi.FieldStorage. + cgi.FieldStorage. Patch written by Pierre Quentel (with many inputs by Glenn + Linderman). - Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()