(Contributed by Matthias Bussonnier in :issue:`34616`)
+
collections
-----------
(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
------
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
-------
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`.)