]> granicus.if.org Git - python/commitdiff
Issue #4953: add the author of the patch
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Jan 2011 14:11:45 +0000 (14:11 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Jan 2011 14:11:45 +0000 (14:11 +0000)
Misc/ACKS
Misc/NEWS

index 93e948dc845ed5efdd9403b0c3aa698106fb829c..5256cfb711669d5c2e1661b71093a3d41207902e 100644 (file)
--- 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
index dff100b880d1419e2745836d5d63f43005f3f995..bf2ec0e53632dcb387d2b3a2fed507a7ff9f5c22 100644 (file)
--- 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()