Make it at least legal grammar!

This commit is contained in:
Guido van Rossum 1992-05-15 15:40:30 +00:00
parent f62e1dd0c4
commit cb4b2959f8

View file

@ -471,6 +471,7 @@ class Input:
title = n*'(' + 'Requesting input...' + ')'*n
self.win.settitle(title)
inputwindows.insert(0, self.win)
try:
try:
mainloop.mainloop()
except InputAvailable, (exc, val): # See do_exec above.