mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Get rid of a bunch more raw_input references
This commit is contained in:
parent
9e2b9665ae
commit
ce96f69d69
42 changed files with 222 additions and 144 deletions
|
@ -1122,7 +1122,7 @@ class PyShell(OutputWindow):
|
|||
self.text.tag_add("stdin", "iomark", "end-1c")
|
||||
self.text.update_idletasks()
|
||||
if self.reading:
|
||||
self.top.quit() # Break out of recursive mainloop() in raw_input()
|
||||
self.top.quit() # Break out of recursive mainloop()
|
||||
else:
|
||||
self.runit()
|
||||
return "break"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue