summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-11-08 15:20:46 (GMT)
committerJesus Cea <jcea@jcea.es>2011-11-08 15:20:46 (GMT)
commitc241df814f614e5e702d2517caf9c0e811a6ca1a (patch)
tree91f179c233e878ea5a942f681f5d0b75ec7930a9 /Misc
parent32e4a58c0656d1f3a6415cd099bf1e531bc37c01 (diff)
downloadcpython-c241df814f614e5e702d2517caf9c0e811a6ca1a.zip
cpython-c241df814f614e5e702d2517caf9c0e811a6ca1a.tar.gz
cpython-c241df814f614e5e702d2517caf9c0e811a6ca1a.tar.bz2
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d5f981..5529786 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -527,6 +527,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_urllibnet.test_bad_address when some overzealous
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test
is now skipped instead.