summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-17 22:52:25 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-17 22:52:25 (GMT)
commit6dd0d461a4e1f3d02784598f1efae185c0bf06bc (patch)
treee7d206e3137b2590ce10ef579c0b58441cc679bd /Misc
parent1a048f93bb62ef1b301de8aa8e422e864db2f423 (diff)
downloadcpython-6dd0d461a4e1f3d02784598f1efae185c0bf06bc.zip
cpython-6dd0d461a4e1f3d02784598f1efae185c0bf06bc.tar.gz
cpython-6dd0d461a4e1f3d02784598f1efae185c0bf06bc.tar.bz2
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74f5819..e70db5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Core and Builtins
Library
-------
+- Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
+
- Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a
year before 1900.