Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6a69b7

Browse files
authored
Provide full details in the NEWS entry.
1 parent af630ef commit e6a69b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Cleanup Lib/pty.py code.
1+
Remove the long deprecated :func:`pty.master_open` and :func:`pty.slave_open` functions.
2+
Changes the implementation of :func:`pty.fork` to use :func:`os.login_tty` on systems
3+
without :func:`os.forkpty`. :func:`pty.openpty` is now an alias for :mod:`os.openpty`.

0 commit comments

Comments
 (0)