mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Make it at least legal grammar!
This commit is contained in:
parent
f62e1dd0c4
commit
cb4b2959f8
1 changed files with 8 additions and 7 deletions
|
@ -471,6 +471,7 @@ class Input:
|
||||||
title = n*'(' + 'Requesting input...' + ')'*n
|
title = n*'(' + 'Requesting input...' + ')'*n
|
||||||
self.win.settitle(title)
|
self.win.settitle(title)
|
||||||
inputwindows.insert(0, self.win)
|
inputwindows.insert(0, self.win)
|
||||||
|
try:
|
||||||
try:
|
try:
|
||||||
mainloop.mainloop()
|
mainloop.mainloop()
|
||||||
except InputAvailable, (exc, val): # See do_exec above.
|
except InputAvailable, (exc, val): # See do_exec above.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue