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

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


http://hg.python.org/cpython/rev/976f31b2858b
changeset:   91846:976f31b2858b
branch:      3.4
parent:      91843:c26862955342
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 25 03:06:32 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
@@ -49,7 +49,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