summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-11-08 15:24:43 (GMT)
committerJesus Cea <jcea@jcea.es>2011-11-08 15:24:43 (GMT)
commitbc91b469512aec60e26778114442c174b7a146bc (patch)
tree557c03cb2c256dee730f70f46d3ffe7aa6ee12a1 /Misc/NEWS
parentc241df814f614e5e702d2517caf9c0e811a6ca1a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5529786..19e7960 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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