summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-16 13:35:39 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-16 13:35:39 (GMT)
commitcb3558dcc1d1b94c0b0ce3d8c10407679880ccd3 (patch)
treec932c2d0e130a8d72b4b2c0e23fc5a316d63f2f6 /Misc
parent7a2157fca77c9748eec412386a4b4124459a470f (diff)
downloadcpython-cb3558dcc1d1b94c0b0ce3d8c10407679880ccd3.zip
cpython-cb3558dcc1d1b94c0b0ce3d8c10407679880ccd3.tar.gz
cpython-cb3558dcc1d1b94c0b0ce3d8c10407679880ccd3.tar.bz2
Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and
run Python's unit tests with multiple versions of OpenSSL.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3819d6c..c6ae2bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,9 @@ Tests
Build
-----
+- Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and
+ run Python's unit tests with multiple versions of OpenSSL.
+
- Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
for mbrtowc().