diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -390,6 +390,9 @@ Core and Builtins Library ------- +- Issue #13458: Fix a memory leak in the ssl module when decoding a + certificate with a subjectAltName. Patch by Robert Xiao. + - Issue #13415: os.unsetenv() doesn't ignore errors anymore. - Issue #13245: sched.scheduler class constructor's timefunc and |