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

Skip to content

Commit c09379b

Browse files
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)
* bpo-38461: ncurses misspelled as curses * bpo-38463: Fix broken link (cherry picked from commit 61a6db5) Co-authored-by: Raymond Hettinger <[email protected]>
1 parent 75d8a75 commit c09379b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ marked with the ``CO_COROUTINE`` flag may then be returned.
599599

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

602+
602603
collections
603604
-----------
604605

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

612613

614+
curses
615+
-------
616+
617+
Added a new variable holding structured version information for the
618+
underlying ncurses library: :data:`~curses.ncurses_version`.
619+
(Contributed by Serhiy Storchaka in :issue:`31680`.)
620+
621+
613622
ctypes
614623
------
615624

@@ -826,14 +835,6 @@ non-existent directory.
826835
symlinks and directory junctions.
827836

828837

829-
ncurses
830-
-------
831-
832-
Added a new variable holding structured version information for the
833-
underlying ncurses library: :data:`~curses.ncurses_version`.
834-
(Contributed by Serhiy Storchaka in :issue:`31680`.)
835-
836-
837838
pathlib
838839
-------
839840

@@ -918,7 +919,7 @@ The :func:`socket.if_nameindex()`, :func:`socket.if_nametoindex()`, and
918919
ssl
919920
---
920921

921-
Added :attr:`SSLContext.post_handshake_auth` to enable and
922+
Added :attr:`ssl.SSLContext.post_handshake_auth` to enable and
922923
:meth:`ssl.SSLSocket.verify_client_post_handshake` to initiate TLS 1.3
923924
post-handshake authentication.
924925
(Contributed by Christian Heimes in :issue:`34670`.)

0 commit comments

Comments
 (0)