Skip to content

Commit

Permalink
Update Doc/whatsnew/3.14.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
picnixz and AA-Turner authored Jan 14, 2025
1 parent b36d915 commit 5562c81
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,9 @@ asyncio
base64
------

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


io
Expand Down

0 comments on commit 5562c81

Please sign in to comment.