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 b36d915 commit 5562c81Copy full SHA for 5562c81
Doc/whatsnew/3.14.rst
@@ -712,11 +712,9 @@ asyncio
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`.)
+* 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`.)
720
721
722
io
0 commit comments