]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()*` ...
authorRomuald Brunet <romuald@chivil.com>
Tue, 7 Nov 2023 22:32:44 +0000 (23:32 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 22:32:44 +0000 (16:32 -0600)
commitea970fb116a114f2c47cc8f21df00166d43ab78b
tree7418da92d1df1db7473ed2873d59fe0363bcce4a
parentf115a55f0e455a4b43a1da9fd838a60a101f182a
gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()*` (GH-111785)

Minor cleanup after commit 4ce6faa6c9591de6079347eccc9e61ae4e8d9e31
Lib/base64.py