[Python-checkins] cpython (merge 3.4 -> default): Issue #22061: remove call of useless function slated for removal.

terry.reedy python-checkins at python.org
Fri Jul 25 09:08:46 CEST 2014


http://hg.python.org/cpython/rev/9e9e6e9f4cce
changeset:   91847:9e9e6e9f4cce
parent:      91844:8c972d528f06
parent:      91846:976f31b2858b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 25 03:08:14 2014 -0400
summary:
  Issue #22061: remove call of useless function slated for removal.

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


diff --git a/Lib/turtledemo/__main__.py b/Lib/turtledemo/__main__.py
--- a/Lib/turtledemo/__main__.py
+++ b/Lib/turtledemo/__main__.py
@@ -121,7 +121,6 @@
         self.mBar = Frame(root, relief=RAISED, borderwidth=2)
         self.ExamplesBtn = self.makeLoadDemoMenu()
         self.OptionsBtn = self.makeHelpMenu()
-        #self.mBar.tk_menuBar(self.ExamplesBtn, self.OptionsBtn)
         self.mBar.grid(row=0, columnspan=4, sticky='news')
 
         pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,

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


More information about the Python-checkins mailing list