mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Patch #656590: /dev/ptmx support for ptys.
This commit is contained in:
parent
b70557f13d
commit
24a880b499
6 changed files with 76 additions and 10 deletions
|
@ -512,6 +512,7 @@ Casper Stoel
|
|||
Peter Stoehr
|
||||
Ken Stox
|
||||
Daniel Stutzbach
|
||||
Paul Swartz
|
||||
William Tanksley
|
||||
Christian Tanzer
|
||||
Amy Taylor
|
||||
|
|
|
@ -359,6 +359,8 @@ Core and builtins
|
|||
Extension modules
|
||||
-----------------
|
||||
|
||||
- posix.openpty now works on all systems that have /dev/ptmx.
|
||||
|
||||
- A module zipimport exists to support importing code from zip
|
||||
archives.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue