]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] IDLE: fix dedent() usage in htest (GH-152256) (#152343)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Jun 2026 23:14:03 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 23:14:03 +0000 (23:14 +0000)
commitee1ae1dba1244baf466eaa695fcaacfaa3736943
tree7ec3508cda2ee477c7debfc1d66291d614ae4abb
parente7b7d58f8f2d5df1c33ce40ed3e7eb2d703c490a
[3.14] IDLE: fix dedent() usage in htest (GH-152256) (#152343)

IDLE: fix dedent() usage in htest (GH-152256)

Fix typos: in GH-112642, initial string concatenation quotes were left when switching to textwrap.dedent().
(cherry picked from commit 74272d4f0b8478c1d879671ba35ec4ddaae50178)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/idlelib/idle_test/htest.py