summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
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()