]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: replace if statement with expression (GH-94228)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jun 2022 17:30:55 +0000 (10:30 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 17:30:55 +0000 (10:30 -0700)
commit14943829a8dfacdf5fc1ef78bb155c0e2ec874a4
tree0e1165a0f0fde4d06df734d3de84a6d07b9c4680
parent64892c5e36898082a92d3ab10f235798f53c3ae3
IDLE: replace if statement with expression (GH-94228)

(cherry picked from commit 91f9947f231cce2c72a3fb7b5c8e8cf49cc2c10f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/iomenu.py