diff options
author | Jesus Cea <jcea@jcea.es> | 2011-11-08 14:54:42 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-11-08 14:54:42 (GMT) |
commit | 71094b5d5b493b982417687dac0ab6a10012e39a (patch) | |
tree | a8fb8e465deed5c28678e691c92df76b34ef5ac7 /Misc | |
parent | 53703d9d72c4b48a8c602209c4e4aba15f48d238 (diff) | |
download | cpython-71094b5d5b493b982417687dac0ab6a10012e39a.zip cpython-71094b5d5b493b982417687dac0ab6a10012e39a.tar.gz cpython-71094b5d5b493b982417687dac0ab6a10012e39a.tar.bz2 |
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -359,6 +359,8 @@ Tests - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution. +- Solved a potential deadlock in test_telnetlib.py. Related to issue #11812. + - Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site. |