0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 15:27:06 +01:00

Fix underline for 'pty' in What's New in Python 3.14 (#122337)

This commit is contained in:
Adam Turner 2024-07-27 02:00:56 +01:00 committed by GitHub
parent d52726ccd4
commit 762e771cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.