]> granicus.if.org Git - python/commitdiff
bpo-33497: Add NEWS and ACKS entries. (GH-6838)
authorNed Deily <nad@python.org>
Mon, 14 May 2018 22:15:15 +0000 (18:15 -0400)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 22:15:15 +0000 (18:15 -0400)
Misc/ACKS
Misc/NEWS.d/next/Library/2018-05-14-17-49-34.bpo-33497.wWT6XM.rst [new file with mode: 0644]

index 587bbecbc36a3a00b4d0af4004aeb0e6372fa3e9..665b4dd7f43fb53e049428901ea85f663753fee2 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -207,6 +207,7 @@ Ammar Brohi
 Josh Bronson
 Daniel Brotsky
 Jean Brouwers
+Amber Brown
 Gary S. Brown
 Titus Brown
 Oleg Broytmann
diff --git a/Misc/NEWS.d/next/Library/2018-05-14-17-49-34.bpo-33497.wWT6XM.rst b/Misc/NEWS.d/next/Library/2018-05-14-17-49-34.bpo-33497.wWT6XM.rst
new file mode 100644 (file)
index 0000000..d919dfd
--- /dev/null
@@ -0,0 +1,2 @@
+Add errors param to cgi.parse_multipart and make an encoding in FieldStorage
+use the given errors (needed for Twisted).  Patch by Amber Brown.