From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:00:56 +0000 (+0100) Subject: Fix underline for 'pty' in What's New in Python 3.14 (#122337) X-Git-Tag: v3.14.0a1~969 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=762e771cc01e1485e8040ea046fcc55a4a420d42;p=thirdparty%2FPython%2Fcpython.git Fix underline for 'pty' in What's New in Python 3.14 (#122337) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index d2ba7ada7673..cc03088592d9 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -309,7 +309,7 @@ pathlib arguments are joined onto *other*. pty -___ +--- * Remove deprecated :func:`!pty.master_open` and :func:`!pty.slave_open`. They had previously raised a :exc:`DeprecationWarning` since Python 3.12.