]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118761: substitute `re` import in `base64.b16decode` for a more efficient alternat...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 14 Jan 2025 13:25:33 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2025 13:25:33 +0000 (13:25 +0000)
commitbbd3300ae82a71da483dbb0c345175ba090263c4
treeab4507f6a5f49876f21b89b4b43b798439db15f8
parent859db49029b1021e24b5c99d4a9a0f57327d1b57
gh-118761: substitute `re` import in `base64.b16decode` for a more efficient alternative (#128736)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/whatsnew/3.14.rst
Lib/base64.py
Misc/NEWS.d/next/Library/2025-01-10-13-06-54.gh-issue-118761.f8oADD.rst [new file with mode: 0644]