commit | 692adf19cb77ca992167936ce4d8a68f4afacc1c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 30 03:03:03 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 30 03:03:03 2001 +0000 |
tree | 8dfb78b4e07207f20865d804fd9fb80763ecea1a | |
parent | 355bc0c88e3c76f1ab688467f150c519f7b0f80a [diff] [blame] |
News and attribution for SF bug #473009.
diff --git a/Misc/NEWS b/Misc/NEWS index 9711905..0dfb969 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ - 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