]> granicus.if.org Git - python/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:06:36 +0000 (13:06 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 20:06:36 +0000 (13:06 -0700)
commitd26277a73b61277ad9568cff6503d55deef07223
tree7f1e860565d9e691e910714ade2d62ebcb60b891
parent60c699374c98f6a3bb951299fdf22d719a5b9ee8
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