diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-01 20:18:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 20:18:29 (GMT) |
commit | 10db28bfcf2b949e13312d0d2f1b3dd3c9585e69 (patch) | |
tree | 65cd7a07ef049ad70ff6f0bb9ab56d2d6876fc87 /Python/pymath.c | |
parent | 723aacb7d5cf03b36c053c1f27fcfb3efdc9ae45 (diff) | |
download | cpython-10db28bfcf2b949e13312d0d2f1b3dd3c9585e69.zip cpython-10db28bfcf2b949e13312d0d2f1b3dd3c9585e69.tar.gz cpython-10db28bfcf2b949e13312d0d2f1b3dd3c9585e69.tar.bz2 |
[3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033) (#104058)
gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
PEP-0682 specified that %-formatting would not support the "z" specifier,
but it was unintentionally allowed for bytes. This PR makes use of the "z"
flag an error for %-formatting in a bytestring.
Issue: GH-104018
---------
(cherry picked from commit 3ed8c882902a6982fd67e898a5b8a2d619fb5ddf)
Co-authored-by: John Belmonte <john@neggie.net>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions