greenio: remove deprecated GreenPipe.xreadlines() method (was broken anyway)
This commit is contained in:
@@ -436,9 +436,6 @@ class GreenPipe(_fileobject):
|
|||||||
def __exit__(self, *args):
|
def __exit__(self, *args):
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def xreadlines(self, buffer):
|
|
||||||
return iterator(self)
|
|
||||||
|
|
||||||
def readinto(self, buf):
|
def readinto(self, buf):
|
||||||
data = self.read(len(buf)) # FIXME could it be done without allocating intermediate?
|
data = self.read(len(buf)) # FIXME could it be done without allocating intermediate?
|
||||||
n = len(data)
|
n = len(data)
|
||||||
|
Reference in New Issue
Block a user