From: Facundo Batista Date: Thu, 24 May 2007 20:51:19 +0000 (+0000) Subject: Let's see if reading exactly what is written allow this live X-Git-Tag: v2.6a1~1696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62c744e7d17421268c7ccbbbce8065fe37186a64;p=python Let's see if reading exactly what is written allow this live test to pass (now I know why there were so few tests in ftp, http, etc, :( ). --- diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index 83610fc4a6..c2a6dfd6d7 100644 --- a/Lib/test/test_urllib.py +++ b/Lib/test/test_urllib.py @@ -557,6 +557,7 @@ def server(evt): pass else: conn.send("1 Hola mundo\n") + conn.recv(13) conn.send("2 No more lines\n") conn.close() finally: