[Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3

terry.reedy python-checkins at python.org
Sun Jun 30 22:53:07 CEST 2013


http://hg.python.org/cpython/rev/6584e1ddc347
changeset: 84394:6584e1ddc347
parent: 84390:29e7f6a2dc0d
parent: 84393:9d65716367c1
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Sun Jun 30 16:52:40 2013 -0400
summary:
 Merge with 3.3
files:
 Lib/idlelib/Delegator.py | 8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/Lib/idlelib/Delegator.py b/Lib/idlelib/Delegator.py
--- a/Lib/idlelib/Delegator.py
+++ b/Lib/idlelib/Delegator.py
@@ -20,14 +20,6 @@
 pass
 self.__cache.clear()
 
- def cachereport(self):
- keys = list(self.__cache.keys())
- keys.sort()
- print(keys)
-
 def setdelegate(self, delegate):
 self.resetcache()
 self.delegate = delegate
-
- def getdelegate(self):
- return self.delegate
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /