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

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


http://hg.python.org/cpython/rev/3c4d45f73622
changeset:   91845:3c4d45f73622
branch:      2.7
parent:      91842:7a55b34f1db2
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 25 03:06:27 2014 -0400
summary:
  Issue #22061: remove call of useless function slated for removal.

files:
  Demo/turtle/turtleDemo.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Demo/turtle/turtleDemo.py b/Demo/turtle/turtleDemo.py
--- a/Demo/turtle/turtleDemo.py
+++ b/Demo/turtle/turtleDemo.py
@@ -66,7 +66,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