summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-07-21 22:35:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-07-21 22:35:01 (GMT)
commitdfab935c74745133234dded912ec1b0721888505 (patch)
tree540a0b5f299daec2c289fd5740dfd483c308f033 /Misc/NEWS
parent47ae763d2897bf8a2d11b6f7d49ef79df6ef92be (diff)
downloadcpython-dfab935c74745133234dded912ec1b0721888505.zip
cpython-dfab935c74745133234dded912ec1b0721888505.tar.gz
cpython-dfab935c74745133234dded912ec1b0721888505.tar.bz2
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Thanks to William Orr.
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 08b3c6f..077b3a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,9 @@ IDLE
Tests
-----
+- Issue #21976: Fix test_ssl to accept LibreSSL version strings. Thanks
+ to William Orr.
+
- Issue #21918: Converted test_tools from a module to a package containing
separate test files for each tested script.