[Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4

terry.reedy python-checkins at python.org
Fri Oct 30 19:26:24 EDT 2015


https://hg.python.org/cpython/rev/2d32429454ca
changeset:   98903:2d32429454ca
branch:      3.5
parent:      98898:c548ad75160c
parent:      98902:ef435729bc80
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Oct 30 19:25:50 2015 -0400
summary:
  Merge with 3.4

files:
  Tools/scripts/fixdiv.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Tools/scripts/fixdiv.py b/Tools/scripts/fixdiv.py
--- a/Tools/scripts/fixdiv.py
+++ b/Tools/scripts/fixdiv.py
@@ -335,8 +335,6 @@
         self.buffer.append(line)
         self.lineno += 1
         return line
-    def truncate(self):
-        del self.buffer[-window:]
     def __getitem__(self, index):
         self.fill()
         bufstart = self.lineno - len(self.buffer)

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


More information about the Python-checkins mailing list