]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SSLContext.load_dh_params() now properly closes the input file.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Jan 2013 20:44:33 +0000 (21:44 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Jan 2013 20:44:33 +0000 (21:44 +0100)
commit1e37e9efa9f3306cd562b61b7248e4a162ccc897
tree0ebe456d241deebf2a91a9900495a29dbf876d51
parent14d080eaa19cb2936a68c06674558b29c8858b0c
parent457a2292caf46435ad544f865777a017e71a780a
SSLContext.load_dh_params() now properly closes the input file.
Misc/NEWS
Modules/_ssl.c