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:
parent
e8f968dcde
commit
5195039bb5
|
@ -206,6 +206,7 @@ Ammar Brohi
|
|||
Josh Bronson
|
||||
Daniel Brotsky
|
||||
Jean Brouwers
|
||||
Amber Brown
|
||||
Gary S. Brown
|
||||
Titus Brown
|
||||
Oleg Broytmann
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue