Skip to content

Commit 5562c81

Browse files
picnixzAA-Turner
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Adam Turner <[email protected]>
1 parent b36d915 commit 5562c81

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -712,11 +712,9 @@ asyncio
712712
base64
713713
------
714714

715-
* Improve performance of :func:`base64.b16decode` by a factor ten by
716-
removing an unnecessary regular expression. Consequently, :mod:`re`
717-
is no more implicitly available as ``base64.re`` and import time of
718-
:mod:`base64` is improved by a factor six.
719-
(Contributed by Bénédikt Tran in :gh:`118761`.)
715+
* Improve the performance of :func:`base64.b16decode` by up to ten times,
716+
and reduce the import time of :mod:`base64` by up to six times.
717+
(Contributed by Bénédikt Tran, Chris Markiewicz, and Adam Turner in :gh:`118761`.)
720718

721719

722720
io

0 commit comments

Comments
 (0)