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

Skip to content

[3.8] bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) #16762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ marked with the ``CO_COROUTINE`` flag may then be returned.

(Contributed by Matthias Bussonnier in :issue:`34616`)


collections
-----------

Expand All @@ -610,6 +611,14 @@ to cast the result to the desired type: ``OrderedDict(nt._asdict())``.
(Contributed by Raymond Hettinger in :issue:`35864`.)


curses
-------

Added a new variable holding structured version information for the
underlying ncurses library: :data:`~curses.ncurses_version`.
(Contributed by Serhiy Storchaka in :issue:`31680`.)


ctypes
------

Expand Down Expand Up @@ -826,14 +835,6 @@ non-existent directory.
symlinks and directory junctions.


ncurses
-------

Added a new variable holding structured version information for the
underlying ncurses library: :data:`~curses.ncurses_version`.
(Contributed by Serhiy Storchaka in :issue:`31680`.)


pathlib
-------

Expand Down Expand Up @@ -918,7 +919,7 @@ The :func:`socket.if_nameindex()`, :func:`socket.if_nametoindex()`, and
ssl
---

Added :attr:`SSLContext.post_handshake_auth` to enable and
Added :attr:`ssl.SSLContext.post_handshake_auth` to enable and
:meth:`ssl.SSLSocket.verify_client_post_handshake` to initiate TLS 1.3
post-handshake authentication.
(Contributed by Christian Heimes in :issue:`34670`.)
Expand Down