diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 12:55:15 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 12:55:15 (GMT) |
commit | 24a880b499a53436de52ef9ef107db001e59e24b (patch) | |
tree | 0df738c031c6bb0618ef3505b58d28224758d9dd /Misc | |
parent | b70557f13dc3fe40f1a0e604855acf3e41500c97 (diff) | |
download | cpython-24a880b499a53436de52ef9ef107db001e59e24b.zip cpython-24a880b499a53436de52ef9ef107db001e59e24b.tar.gz cpython-24a880b499a53436de52ef9ef107db001e59e24b.tar.bz2 |
Patch #656590: /dev/ptmx support for ptys.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 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. |