]> 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:05:50 +0000 (12:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Feb 2016 10:05:50 +0000 (12:05 +0200)
commit205e75bb629408d850efd6659c87ba1f8512b44b
tree694237abcab7e4ca0f458e2fe4f3e1658dceaf6d
parent1827eff03087d0e7975806967a68a349e10e5188
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Patch by Swati Jaiswal.
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS