mirror of https://github.com/python/cpython
Fix underline for 'pty' in What's New in Python 3.14 (#122337)
This commit is contained in:
parent
d52726ccd4
commit
762e771cc0
|
@ -309,7 +309,7 @@ pathlib
|
||||||
arguments are joined onto *other*.
|
arguments are joined onto *other*.
|
||||||
|
|
||||||
pty
|
pty
|
||||||
___
|
---
|
||||||
|
|
||||||
* Remove deprecated :func:`!pty.master_open` and :func:`!pty.slave_open`.
|
* Remove deprecated :func:`!pty.master_open` and :func:`!pty.slave_open`.
|
||||||
They had previously raised a :exc:`DeprecationWarning` since Python 3.12.
|
They had previously raised a :exc:`DeprecationWarning` since Python 3.12.
|
||||||
|
|
Loading…
Reference in New Issue