We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be6178 commit b36d915Copy full SHA for b36d915
Doc/whatsnew/3.14.rst
@@ -708,6 +708,17 @@ asyncio
708
reduces memory usage.
709
(Contributed by Kumar Aditya in :gh:`107803`.)
710
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
722
io
723
---
724
* :mod:`io` which provides the built-in :func:`open` makes less system calls
0 commit comments