diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-12 20:43:45 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-12 20:43:45 (GMT) |
commit | 457a2292caf46435ad544f865777a017e71a780a (patch) | |
tree | c6eb9df42e9caf7f3f5d81ad8b9d78c7858f8995 /Misc | |
parent | 69db587f86cb1a742561c5afebae67b58761420e (diff) | |
download | cpython-457a2292caf46435ad544f865777a017e71a780a.zip cpython-457a2292caf46435ad544f865777a017e71a780a.tar.gz cpython-457a2292caf46435ad544f865777a017e71a780a.tar.bz2 |
SSLContext.load_dh_params() now properly closes the input file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,8 @@ Core and Builtins Library ------- +- SSLContext.load_dh_params() now properly closes the input file. + - Issue #16829: IDLE printing no longer fails if there are spaces or other special characters in the file path. |