Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cc7d7a

Browse files
committed
Merged revisions 85209 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 9730456 commit 3cc7d7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_httplib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def test_putheader(self):
9494
conn.sock = FakeSocket(None)
9595
conn.putrequest('GET','/')
9696
conn.putheader('Content-length', 42)
97-
print(conn._buffer)
9897
self.assertTrue(b'Content-length: 42' in conn._buffer)
9998

10099

0 commit comments

Comments
 (0)