[Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.

terry.reedy python-checkins at python.org
Sun Aug 24 00:25:16 CEST 2014


http://hg.python.org/cpython/rev/410439e94a40
changeset:   92207:410439e94a40
branch:      2.7
parent:      92201:fd5f7ce6b66a
parent:      92204:dd064d4b739e
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 23 18:20:00 2014 -0400
summary:
  Merge heads.

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


diff --git a/Lib/idlelib/ColorDelegator.py b/Lib/idlelib/ColorDelegator.py
--- a/Lib/idlelib/ColorDelegator.py
+++ b/Lib/idlelib/ColorDelegator.py
@@ -41,7 +41,6 @@
         Delegator.__init__(self)
         self.prog = prog
         self.idprog = idprog
-        self.asprog = asprog
         self.LoadTagDefs()
 
     def setdelegate(self, delegate):

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


More information about the Python-checkins mailing list