diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-24 10:05:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-24 10:05:50 (GMT) |
commit | 205e75bb629408d850efd6659c87ba1f8512b44b (patch) | |
tree | 694237abcab7e4ca0f458e2fe4f3e1658dceaf6d /Misc | |
parent | 1827eff03087d0e7975806967a68a349e10e5188 (diff) | |
download | cpython-205e75bb629408d850efd6659c87ba1f8512b44b.zip cpython-205e75bb629408d850efd6659c87ba1f8512b44b.tar.gz cpython-205e75bb629408d850efd6659c87ba1f8512b44b.tar.bz2 |
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Patch by Swati Jaiswal.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ Core and Builtins Library ------- +- Issue #25913: Leading ``<~`` is optional now in base64.a85decode() with + adobe=True. Patch by Swati Jaiswal. + - Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. - Issue #26367: importlib.__import__() raises SystemError like |