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

terry.reedy python-checkins at python.org
Mon Aug 19 00:29:28 CEST 2013


http://hg.python.org/cpython/rev/85e64d9021fd
changeset:   85250:85e64d9021fd
parent:      85248:3deccc7eee1b
parent:      85249:358a2b2fbad4
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Aug 18 18:27:27 2013 -0400
summary:
  Merge with 3.3

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


diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py
--- a/Lib/idlelib/SearchDialogBase.py
+++ b/Lib/idlelib/SearchDialogBase.py
@@ -8,7 +8,7 @@
     1 or 2 text entry lines (create_entries, make_entry);
     a row of standard radiobuttons (create_option_buttons);
     a row of dialog specific radiobuttons (create_other_buttons).
-    
+
     The narrow right column contains command buttons
     (create_command_buttons, make_button).
     These are bound to functions that execute the command.

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


More information about the Python-checkins mailing list