summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-24 10:05:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-24 10:05:50 (GMT)
commit205e75bb629408d850efd6659c87ba1f8512b44b (patch)
tree694237abcab7e4ca0f458e2fe4f3e1658dceaf6d /Misc
parent1827eff03087d0e7975806967a68a349e10e5188 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c47ca60..fd4ca59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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