Issue #4953: add the author of the patch

This commit is contained in:
Victor Stinner 2011-01-14 14:11:45 +00:00
parent c58be2ddc0
commit c5982967fc
2 changed files with 3 additions and 1 deletions

View File

@ -679,6 +679,7 @@ Donovan Preston
Steve Purcell
Fernando Pérez
Eduardo Pérez
Pierre Quentel
Brian Quinlan
Anders Qvist
Burton Radons

View File

@ -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()