diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-08 10:07:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-08 10:07:33 (GMT) |
commit | fd9a72ad8994fd90cec26ed1ca5f8044719e24e5 (patch) | |
tree | 182cf077a93e06154d8c58024789691a7d2f9b66 /Misc | |
parent | 0c6e2f16408efa2f8ca79e9679d5f78857fc66d2 (diff) | |
download | cpython-fd9a72ad8994fd90cec26ed1ca5f8044719e24e5.zip cpython-fd9a72ad8994fd90cec26ed1ca5f8044719e24e5.tar.gz cpython-fd9a72ad8994fd90cec26ed1ca5f8044719e24e5.tar.bz2 |
Patch #881820: look for openpty and forkpty also in libbsd.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -633,6 +633,8 @@ Library Build ----- +- Patch #881820: look for openpty and forkpty also in libbsd. + - The sources of zlib are now part of the Python distribution (zlib 1.2.3). The zlib module is now builtin on Windows. |