]> granicus.if.org Git - python/commit
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Feb 2016 10:08:11 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Feb 2016 10:08:11 +0000 (12:08 +0200)
commit6c783ac15de8b7e54d889e926af7223803c22515
treef64742e3986e7db61e69c964ff363034e650adb6
parent510addf63f484da826ad1886c4ed14f6395e4018
parent205e75bb629408d850efd6659c87ba1f8512b44b
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Patch by Swati Jaiswal.
Lib/base64.py
Misc/NEWS