From: Antoine Pitrou Date: Tue, 1 Nov 2016 21:06:50 +0000 (+0100) Subject: Remove erroneous comment X-Git-Tag: v4.5.0~32^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaff9f218a7f2a657422968789f1b3908828699a;p=thirdparty%2Ftornado.git Remove erroneous comment --- diff --git a/tornado/test/iostream_test.py b/tornado/test/iostream_test.py index 4d350655d..9680cb1c6 100644 --- a/tornado/test/iostream_test.py +++ b/tornado/test/iostream_test.py @@ -605,7 +605,6 @@ class TestIOStreamMixin(object): def test_write_memoryview(self): server, client = self.make_iostream_pair() try: - # Ask for more than is available with partial=True client.read_bytes(4, self.stop) server.write(memoryview(b"hello")) data = self.wait()