bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840)

(cherry picked from commit d063b84d9e)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2018-05-14 15:21:10 -07:00 committed by Ned Deily
parent e8f968dcde
commit 5195039bb5
2 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,7 @@ Ammar Brohi
Josh Bronson
Daniel Brotsky
Jean Brouwers
Amber Brown
Gary S. Brown
Titus Brown
Oleg Broytmann

View File

@ -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.