https://github.com/python/cpython/commit/762e771cc01e1485e8040ea046fcc55a4a420d42 commit: 762e771cc01e1485e8040ea046fcc55a4a420d42 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-27T01:00:56Z summary:
Fix underline for 'pty' in What's New in Python 3.14 (#122337) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index d2ba7ada76733a..cc03088592d9d4 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
