summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-31 12:55:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-31 12:55:15 (GMT)
commit24a880b499a53436de52ef9ef107db001e59e24b (patch)
tree0df738c031c6bb0618ef3505b58d28224758d9dd /Misc
parentb70557f13dc3fe40f1a0e604855acf3e41500c97 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d5b1f25..839f8ed 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -512,6 +512,7 @@ Casper Stoel
Peter Stoehr
Ken Stox
Daniel Stutzbach
+Paul Swartz
William Tanksley
Christian Tanzer
Amy Taylor
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ffc915..a5dbd94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.