diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-17 22:52:25 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-17 22:52:25 (GMT) |
commit | 6dd0d461a4e1f3d02784598f1efae185c0bf06bc (patch) | |
tree | e7d206e3137b2590ce10ef579c0b58441cc679bd /Misc | |
parent | 1a048f93bb62ef1b301de8aa8e422e864db2f423 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |