]> 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:32 +0000 (10:30 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 17:30:32 +0000 (10:30 -0700)
commitb140e5a4ac364360a444a760cbb17ab9c165c95f
treeb7695666c505b9ab483e8dade4560e8f96595097
parent251193e7fbb8846daad3d30e76daeacdd1125230
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