File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -765,6 +765,10 @@ for the :meth:`~importlib.abc.InspectLoader.get_code` method. However,
765765it will normally be desirable to override the default implementation
766766for performance reasons. (Contributed by Brett Cannon in :issue: `18072 `.)
767767
768+ The :func: `~importlib.reload ` function has been moved from :mod: `imp `
769+ to :mod: `importlib `. The :func: `mod.reload ` name is retained for
770+ backward compatibility, but is deprecated.
771+
768772
769773inspect
770774-------
@@ -1062,8 +1066,10 @@ s), as well as a :meth:`~ssl.SSLContext.get_ca_certs` method that returns a
10621066list of the loaded ``CA `` certificates. (Contributed by Christian Heimes in
10631067and :issue: `18147 `.)
10641068
1065- Add :func: `ssl.enum_cert_store ` to retrieve certificates and CRL from Windows'
1066- cert store. (Contributed by Christian Heimes in :issue: `17134 `.)
1069+ Two new windows-only functions, :func: `~ssl.enum_certificates ` and
1070+ :func: `~ssl.enum_crls ` provide the ability to retrieve certificates,
1071+ certificate information, and CRLs from the Windows cert store. (Contributed
1072+ by Christian Heimes in :issue: `17134 `.)
10671073
10681074Support for server-side SNI using the new
10691075:meth: `ssl.SSLContext.set_servername_callback ` method.
You can’t perform that action at this time.
0 commit comments