summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-30 03:03:03 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-30 03:03:03 (GMT)
commit692adf19cb77ca992167936ce4d8a68f4afacc1c (patch)
tree8dfb78b4e07207f20865d804fd9fb80763ecea1a /Misc
parent355bc0c88e3c76f1ab688467f150c519f7b0f80a (diff)
downloadcpython-692adf19cb77ca992167936ce4d8a68f4afacc1c.zip
cpython-692adf19cb77ca992167936ce4d8a68f4afacc1c.tar.gz
cpython-692adf19cb77ca992167936ce4d8a68f4afacc1c.tar.bz2
News and attribution for SF bug #473009.
Diffstat (limited to 'Misc')
-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 022ec1a..d893297 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 9711905..0dfb969 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