]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
authorMichael Droettboom <mdboom@gmail.com>
Wed, 7 Sep 2022 11:51:50 +0000 (07:51 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 11:51:50 +0000 (04:51 -0700)
commitdde15f5879c3576db42ee4366fb684747c31459f
tree8e359135935205addfd4dc7c09c7d6c661582215
parent2fd7246e97c8cc09b4e3f22933693f9d68f08163
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
Lib/test/test_bytes.py