diff options
author | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:39:26 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:39:26 (GMT) |
commit | 6e533f040b906689ae22eb81eee6863181050aba (patch) | |
tree | e22b243f8a9c80c9842fedac725b8fe9fa220797 /Misc | |
parent | 0fd66b8f303c03fbe5c357e75f088641d82f535b (diff) | |
parent | bc91b469512aec60e26778114442c174b7a146bc (diff) | |
download | cpython-6e533f040b906689ae22eb81eee6863181050aba.zip cpython-6e533f040b906689ae22eb81eee6863181050aba.tar.gz cpython-6e533f040b906689ae22eb81eee6863181050aba.tar.bz2 |
MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1616,6 +1616,9 @@ Tests - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution. +- Issue #11812: Solve transient socket failure to connect to 'localhost' + in test_telnetlib.py. + - Solved a potential deadlock in test_telnetlib.py. Related to issue #11812. - Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and |