[Python-checkins] cpython: Issue #27262: fix missing parameter typo

ned.deily python-checkins at python.org
Sat Jun 11 02:58:23 EDT 2016


https://hg.python.org/cpython/rev/374dd14cf0e5
changeset:   101865:374dd14cf0e5
user:        Ned Deily <nad at python.org>
date:        Sat Jun 11 02:57:56 2016 -0400
summary:
  Issue #27262: fix missing parameter typo

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


diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py
--- a/Lib/idlelib/macosx.py
+++ b/Lib/idlelib/macosx.py
@@ -238,4 +238,4 @@
         hideTkConsole(root)
         overrideRootMenu(root, flist)
         addOpenEventSupport(root, flist)
-        fixb2context()
+        fixb2context(root)

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


More information about the Python-checkins mailing list