| commit | 24a880b499a53436de52ef9ef107db001e59e24b | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 31 12:55:15 2002 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 31 12:55:15 2002 +0000 |
| tree | 0df738c031c6bb0618ef3505b58d28224758d9dd | |
| parent | b70557f13dc3fe40f1a0e604855acf3e41500c97 [diff] [blame] |
Patch #656590: /dev/ptmx support for ptys.
diff --git a/Misc/NEWS b/Misc/NEWS index 9ffc915..a5dbd94 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Extension modules ----------------- +- posix.openpty now works on all systems that have /dev/ptmx. + - A module zipimport exists to support importing code from zip archives.