[Python-checkins] r71367 - python/trunk/Lib/test/test_telnetlib.py

benjamin.peterson python-checkins at python.org
Tue Apr 7 18:03:04 CEST 2009


Author: benjamin.peterson
Date: Tue Apr  7 18:03:04 2009
New Revision: 71367

Log:
revert unrelated change to test_telnetlib

Modified:
   python/trunk/Lib/test/test_telnetlib.py

Modified: python/trunk/Lib/test/test_telnetlib.py
==============================================================================
--- python/trunk/Lib/test/test_telnetlib.py	(original)
+++ python/trunk/Lib/test/test_telnetlib.py	Tue Apr  7 18:03:04 2009
@@ -98,7 +98,7 @@
 
 def _read_setUp(self):
     # the blocking constant should be tuned!
-    self.blocking_timeout = 0.1
+    self.blocking_timeout = 0.0
     self.evt = threading.Event()
     self.dataq = Queue.Queue()
     self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)


More information about the Python-checkins mailing list