diff options
author | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:06:44 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:06:44 (GMT) |
commit | cb65f3249a37e8e092eb566c77101cf961e23be6 (patch) | |
tree | ff48288c73ae8927f6dc47d46526dee042833fdb /Misc | |
parent | 71094b5d5b493b982417687dac0ab6a10012e39a (diff) | |
download | cpython-cb65f3249a37e8e092eb566c77101cf961e23be6.zip cpython-cb65f3249a37e8e092eb566c77101cf961e23be6.tar.gz cpython-cb65f3249a37e8e092eb566c77101cf961e23be6.tar.bz2 |
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
@@ -359,6 +359,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 |