]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Mar 2019 10:52:44 +0000 (03:52 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2019 10:52:44 +0000 (03:52 -0700)
commite4be2057d4bd06eb56fbfef4e4ed88fff7fb47cd
tree5daa344b215c6ef3f344057f66ace209d36e7c95
parente5123d81ffb3be35a1b2767d6ced1a097aaf77be
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)

(cherry picked from commit 8b91edadc06dcb0d391a65d1ecdf07dcb429df1b)

Co-authored-by: sth <sth.dev@tejp.de>
Misc/NEWS.d/next/Library/2019-03-09-18-01-24.bpo-36251.zOp9l0.rst [new file with mode: 0644]
Modules/_sre.c
Objects/fileobject.c