mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
revert unrelated change to test_telnetlib
This commit is contained in:
parent
a1b821cf60
commit
dda7b1990b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class GeneralTests(TestCase):
|
|||
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue