diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-07-21 22:37:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-07-21 22:37:36 (GMT) |
commit | 26408df88fa6d84f0702964cef60e74c7830c066 (patch) | |
tree | f8dbea43e534dea4c67d1ad7aabc6449c9e42ff5 /Misc | |
parent | 41323e7483b2d273d1d53cfba4bc92c6697b960e (diff) | |
parent | dfab935c74745133234dded912ec1b0721888505 (diff) | |
download | cpython-26408df88fa6d84f0702964cef60e74c7830c066.zip cpython-26408df88fa6d84f0702964cef60e74c7830c066.tar.gz cpython-26408df88fa6d84f0702964cef60e74c7830c066.tar.bz2 |
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Thanks to William Orr.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -989,6 +989,7 @@ Piet van Oostrum Tomas Oppelstrup Jason Orendorff Douglas Orr +William Orr Michele OrrĂ¹ Oleg Oshmyan Denis S. Otkidach @@ -704,6 +704,9 @@ Documentation 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. |