Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c561b5

Browse files
committed
whatsnew: move of reload, update new windows-only ssl functions entry.
1 parent 7726ac9 commit 8c561b5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,10 @@ for the :meth:`~importlib.abc.InspectLoader.get_code` method. However,
765765
it will normally be desirable to override the default implementation
766766
for 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

769773
inspect
770774
-------
@@ -1062,8 +1066,10 @@ s), as well as a :meth:`~ssl.SSLContext.get_ca_certs` method that returns a
10621066
list of the loaded ``CA`` certificates. (Contributed by Christian Heimes in
10631067
and :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

10681074
Support for server-side SNI using the new
10691075
:meth:`ssl.SSLContext.set_servername_callback` method.

0 commit comments

Comments
 (0)