]> granicus.if.org Git - python/commitdiff
Removed the .recv() in the test, is not necessary, and was
authorFacundo Batista <facundobatista@gmail.com>
Thu, 24 May 2007 20:01:59 +0000 (20:01 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 24 May 2007 20:01:59 +0000 (20:01 +0000)
causing problems that didn't have anything to do with was
actually being tested...

Lib/test/test_urllib.py

index 93e4d6040eba7adc80c5fbf84914564fb47652a4..83610fc4a62925cb48337f549c6b77d3e75d6d19 100644 (file)
@@ -557,7 +557,6 @@ def server(evt):
         pass
     else:
         conn.send("1 Hola mundo\n")
-        conn.recv(200)
         conn.send("2 No more lines\n")
         conn.close()
     finally: