]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Feb 2022 02:28:52 +0000 (18:28 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 02:28:52 +0000 (18:28 -0800)
commit2ddc278875f789de622262ee8ff5a1c3788f031c
treea980bdaaddc7caa6d6006f0590ab7b67ad65decd
parent5765eaa13654e5f812a286700da7d6b8e144da0e
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)

(cherry picked from commit 51a95be1d035a717ab29e98056b8831a98e61125)

Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/pyparse.py
Lib/idlelib/replace.py
Lib/idlelib/run.py
Lib/idlelib/sidebar.py