summaryrefslogtreecommitdiffstats
path: root/Misc
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
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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0b55767..f7c6be3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -981,6 +981,7 @@ Piet van Oostrum
Tomas Oppelstrup
Jason Orendorff
Douglas Orr
+William Orr
Michele OrrĂ¹
Oleg Oshmyan
Denis S. Otkidach
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.