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

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


https://hg.python.org/cpython/rev/1c76d7bc892f
changeset:   97740:1c76d7bc892f
parent:      97736:1e8fe240c575
parent:      97739:cd7fa421e0e9
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Sep 07 01:58:43 2015 -0400
summary:
  Merge with 3.5

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