8000 gh-85984: Remove legacy Lib/pty.py code. by 8vasu · Pull Request #92365 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-85984: Remove legacy Lib/pty.py code. #92365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated news wording
  • Loading branch information
gpshead authored Feb 7, 2023
commit 4287962595375f1abf21c41c0949a33536491774
540E
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes the implementation of :func:`pty.fork` to use :func:`os.login_tty` on systems lacking :func:`os.forkpty`.
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`.
0