]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102542 Remove unused bytes object and bytes slicing (#106433)
authorJosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Wed, 5 Jul 2023 16:17:37 +0000 (17:17 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 16:17:37 +0000 (09:17 -0700)
commit70e2a42647f2f4b53d0f07c0c7db48ea27e066fa
tree6ead1c1c98d9e6120c913927694fa487e8c51dfb
parent12a98138083589314d3da14bc97f2d8517947437
gh-102542 Remove unused bytes object and bytes slicing (#106433)

Remove unused bytes object and bytes slicing

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/email/mime/audio.py