diff options
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index fe66334..9179721 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1919,6 +1919,7 @@ def gui(): self.expanded = 0 self.window.wm_geometry('%dx%d' % (self.minwidth, self.minheight)) self.window.wm_minsize(self.minwidth, self.minheight) + self.window.tk.willdispatch() import threading threading.Thread( |