Commit 3cc7d7ae authored by Senthil Kumaran's avatar Senthil Kumaran

Merged revisions 85209 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85209 | senthil.kumaran | 2010-10-04 11:12:58 +0530 (Mon, 04 Oct 2010) | 3 lines

  Remove the debugging print line from the test.
........
parent 97304567
......@@ -94,7 +94,6 @@ class HeaderTests(TestCase):
conn.sock = FakeSocket(None)
conn.putrequest('GET','/')
conn.putheader('Content-length', 42)
print(conn._buffer)
self.assertTrue(b'Content-length: 42' in conn._buffer)
......
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