summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-24 10:08:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-24 10:08:11 (GMT)
commit6c783ac15de8b7e54d889e926af7223803c22515 (patch)
treef64742e3986e7db61e69c964ff363034e650adb6 /Misc
parent510addf63f484da826ad1886c4ed14f6395e4018 (diff)
parent205e75bb629408d850efd6659c87ba1f8512b44b (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba48048..546c295 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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