]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Sep 2022 12:18:33 +0000 (05:18 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 12:18:33 +0000 (05:18 -0700)
commit295f510f5a789e356a11593dbefa9e9af615685c
tree8d166b9a0317f61b3ba683672f867212f98a5156
parent82284337a4057066c417a018a4ff3f15fda58e03
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)

There were two specific areas not covered:

- %(name) syntax
- %*s syntax

Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit dde15f5879c3576db42ee4366fb684747c31459f)

Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Lib/test/test_bytes.py