summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-01-14 14:11:45 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-01-14 14:11:45 (GMT)
commitc5982967fc25985699888e04a9a7e35ff7b7372a (patch)
treee7336f35c35ed75ecf5e5395d43117a734267721 /Misc
parentc58be2ddc00dc02f601733345942c04f77775eec (diff)
downloadcpython-c5982967fc25985699888e04a9a7e35ff7b7372a.zip
cpython-c5982967fc25985699888e04a9a7e35ff7b7372a.tar.gz
cpython-c5982967fc25985699888e04a9a7e35ff7b7372a.tar.bz2
Issue #4953: add the author of the patch
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 93e948d..5256cfb 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 dff100b..bf2ec0e 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()