Skip to content

Commit ffcff22

Browse files
committed
Merge with 3.4
2 parents eeeff70 + b41eada commit ffcff22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/idlelib/PyShell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ def begin(self):
10431043

10441044
self.write("Python %s on %s\n%s\n%s" %
10451045
(sys.version, sys.platform, self.COPYRIGHT, nosub))
1046+
self.text.focus_force()
10461047
self.showprompt()
10471048
import tkinter
10481049
tkinter._default_root = None # 03Jan04 KBK What's this?

0 commit comments

Comments
 (0)