summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-01-12 20:43:45 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-01-12 20:43:45 (GMT)
commit457a2292caf46435ad544f865777a017e71a780a (patch)
treec6eb9df42e9caf7f3f5d81ad8b9d78c7858f8995 /Misc
parent69db587f86cb1a742561c5afebae67b58761420e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e4dea2..76f71b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.