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.
T
Terry Jan Reedy committed
34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120
Parent: 34b0598
Committed by GitHub <noreply@github.com>
on 3/28/2020, 4:51:21 PM