Commit 25aa1696 authored by Denis Bilenko's avatar Denis Bilenko

remove unnecessary call

parent a781cf43
...@@ -103,5 +103,5 @@ cdef class buffer: ...@@ -103,5 +103,5 @@ cdef class buffer:
return result return result
def readlines(self, hint=-1): def readlines(self, hint=-1):
return list(self.__iter__()) return list(self)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment