summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-21 15:26:51 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-21 15:26:51 (GMT)
commit949ec14209c57e422b5bca092d0cebc8decc21a1 (patch)
tree604e0ab80dd09d5a7f79bc41ee07b30da7622c13 /Misc
parenta282825bf6fae1f0d492df8a6ced15df4fa94222 (diff)
downloadcpython-949ec14209c57e422b5bca092d0cebc8decc21a1.zip
cpython-949ec14209c57e422b5bca092d0cebc8decc21a1.tar.gz
cpython-949ec14209c57e422b5bca092d0cebc8decc21a1.tar.bz2
Issue #19682: Fix compatibility issue with old version of OpenSSL that
was introduced by Issue #18379.
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 0198630..d47cefd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #19682: Fix compatibility issue with old version of OpenSSL that
+ was introduced by Issue #18379.
+
- Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.