blob: c91829f2c739afb513058b0fda9724f643a558a7 (
plain)
1
2
3
4
|
Refactored the implementation of :func:`pty.fork` to use :func:`os.login_tty`.
A :exc:`DeprecationWarning` is now raised by ``pty.master_open()`` and ``pty.slave_open()``. They were
undocumented and deprecated long long ago in the docstring in favor of :func:`pty.openpty`.
|