diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-24 10:08:11 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-24 10:08:11 (GMT) |
commit | 6c783ac15de8b7e54d889e926af7223803c22515 (patch) | |
tree | f64742e3986e7db61e69c964ff363034e650adb6 /Misc/NEWS | |
parent | 510addf63f484da826ad1886c4ed14f6395e4018 (diff) | |
parent | 205e75bb629408d850efd6659c87ba1f8512b44b (diff) | |
download | cpython-6c783ac15de8b7e54d889e926af7223803c22515.zip cpython-6c783ac15de8b7e54d889e926af7223803c22515.tar.gz cpython-6c783ac15de8b7e54d889e926af7223803c22515.tar.bz2 |
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Patch by Swati Jaiswal.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -186,7 +186,10 @@ Core and Builtins Library ------- -Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. +- 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 ImportError like builtins.__import__() when ``level`` is specified but without an accompanying |