diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2020-03-28 16:51:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 16:51:21 (GMT) |
commit | 34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120 (patch) | |
tree | 3916b88c0d70fe3ce0cfa0d64a4cd16dd1a52263 /Makefile.pre.in | |
parent | 34b0598295284e3ff6cedf5c05e159ce1fa54d60 (diff) | |
download | cpython-34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120.zip cpython-34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120.tar.gz cpython-34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120.tar.bz2 |
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
Change 0/1 assignments to 'executing', 'canceled', 'reading', 'endoffile'.
These are not used outside of pyshell. Other bools already use False/True.
Add comment about int needed for Windows call.
Remove self.more, unused in idlelib and code.InteractiveInterpreter.
The latter uses 'more' as a local.
Diffstat (limited to 'Makefile.pre.in')
0 files changed, 0 insertions, 0 deletions