diff options
author | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:24:43 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-11-08 15:24:43 (GMT) |
commit | bc91b469512aec60e26778114442c174b7a146bc (patch) | |
tree | 557c03cb2c256dee730f70f46d3ffe7aa6ee12a1 /Misc/NEWS | |
parent | c241df814f614e5e702d2517caf9c0e811a6ca1a (diff) | |
download | cpython-bc91b469512aec60e26778114442c174b7a146bc.zip cpython-bc91b469512aec60e26778114442c174b7a146bc.tar.gz cpython-bc91b469512aec60e26778114442c174b7a146bc.tar.bz2 |
Partial patch for issue #11812: Take care of test_telnetlib.py
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -527,6 +527,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_urllibnet.test_bad_address when some overzealous |