summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-04-09 15:02:00 (GMT)
committerGitHub <noreply@github.com>2021-04-09 15:02:00 (GMT)
commit150af7543214e1541fa582374502ac1cd70e8eb4 (patch)
tree0a907f427ecb7f0ba1cf8209b24e9f528c343eb5 /Misc
parent5151d642004c59cce58d669be85d9a5e987f51d3 (diff)
downloadcpython-150af7543214e1541fa582374502ac1cd70e8eb4.zip
cpython-150af7543214e1541fa582374502ac1cd70e8eb4.tar.gz
cpython-150af7543214e1541fa582374502ac1cd70e8eb4.tar.bz2
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-09-12-08-01.bpo-43788.YsvInM.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-09-12-08-01.bpo-43788.YsvInM.rst b/Misc/NEWS.d/next/Library/2021-04-09-12-08-01.bpo-43788.YsvInM.rst
new file mode 100644
index 0000000..ff76256
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-04-09-12-08-01.bpo-43788.YsvInM.rst
@@ -0,0 +1,4 @@
+The header files for :mod:`ssl` error codes are now OpenSSL
+version-specific. Exceptions will now show correct reason and library
+codes. The ``make_ssl_data.py`` script has been rewritten to use OpenSSL's
+text file with error codes.