diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-07-08 04:40:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 04:40:18 (GMT) |
commit | 1d1c5743400bdf384ec83eb6ba5b39a355d121e3 (patch) | |
tree | 9713d4ee141671dc166a09d7da67df6f8e1d2f46 /Misc/NEWS.d/next/Library | |
parent | 366cfc65f26b159e44ee30917ab35afe59f8339f (diff) | |
download | cpython-1d1c5743400bdf384ec83eb6ba5b39a355d121e3.zip cpython-1d1c5743400bdf384ec83eb6ba5b39a355d121e3.tar.gz cpython-1d1c5743400bdf384ec83eb6ba5b39a355d121e3.tar.bz2 |
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
(cherry picked from commit aebc0495572c5bb85d2bd97d27cf93ab038b5a6a)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-07-21-56-26.bpo-41235.H2csMU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-07-21-56-26.bpo-41235.H2csMU.rst b/Misc/NEWS.d/next/Library/2020-07-07-21-56-26.bpo-41235.H2csMU.rst new file mode 100644 index 0000000..c55275b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-07-21-56-26.bpo-41235.H2csMU.rst @@ -0,0 +1 @@ +Fix the error handling in :meth:`ssl.SSLContext.load_dh_params`. |