diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-07-21 22:35:01 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-07-21 22:35:01 (GMT) |
commit | dfab935c74745133234dded912ec1b0721888505 (patch) | |
tree | 540a0b5f299daec2c289fd5740dfd483c308f033 /Misc/NEWS | |
parent | 47ae763d2897bf8a2d11b6f7d49ef79df6ef92be (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |