Skip to content

Commit b36d915

Browse files
committed
add What's New entry
1 parent 5be6178 commit b36d915

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,17 @@ asyncio
708708
reduces memory usage.
709709
(Contributed by Kumar Aditya in :gh:`107803`.)
710710

711+
712+
base64
713+
------
714+
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`.)
720+
721+
711722
io
712723
---
713724
* :mod:`io` which provides the built-in :func:`open` makes less system calls

0 commit comments

Comments
 (0)