[Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4

terry.reedy python-checkins at python.org
Mon Sep 7 07:59:40 CEST 2015


https://hg.python.org/cpython/rev/cd7fa421e0e9
changeset:   97739:cd7fa421e0e9
branch:      3.5
parent:      97735:a11d30b8fcdf
parent:      97738:d7449bac2c6d
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Sep 07 01:58:29 2015 -0400
summary:
  Merge with 3.4

files:
  Lib/idlelib/PyShell.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1043,6 +1043,7 @@
 
         self.write("Python %s on %s\n%s\n%s" %
                    (sys.version, sys.platform, self.COPYRIGHT, nosub))
+        self.text.focus_force()
         self.showprompt()
         import tkinter
         tkinter._default_root = None # 03Jan04 KBK What's this?

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list