summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py1
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(