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

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


http://hg.python.org/cpython/rev/5b414fda0513
changeset:   92208:5b414fda0513
branch:      3.4
parent:      92202:b7af119f78c3
parent:      92205:8b8b79e1f862
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 23 18:22:43 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
@@ -39,7 +39,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