]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Jun 2018 20:08:24 +0000 (13:08 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 20:08:24 +0000 (13:08 -0700)
commitafa1ea5bfd18947aa732a1ea09220aefbed81e1c
tree584f6aeea6f888a3c034a70fa69f1a0909ae3ed6
parent0404d35f9dc89748949935a9178d28bedde9d8c8
bpo-33656: Add enum name for argument of Windows call. (GH-7642)

Change suggested by Eryk Sun in a comment on PR 7137 after it was merged.
(cherry picked from commit fd88f319a4f40682b989b63f0b6378d69465fda4)

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