summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 022ec1ae60..d893297f71 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -80,6 +80,7 @@ Michael Chermside
Albert Chin-A-Young
Tom Christiansen
Vadim Chugunov
+David Cinege
Mike Clarkson
Steve Clift
Josh Cogliati
diff --git a/Misc/NEWS b/Misc/NEWS
index 97119054f1..0dfb969a4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Extension modules
- Various bugfixes to the curses module. There is now a test suite
for the curses module (you have to run it manually).
+- binascii.b2a_base64 no longer places an arbitrary restriction of 57
+ bytes on its input.
+
Library
- Traceback objects are now scanned by cyclic garbage collection, so