commit | fd9a72ad8994fd90cec26ed1ca5f8044719e24e5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 08 10:07:33 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 08 10:07:33 2006 +0000 |
tree | 182cf077a93e06154d8c58024789691a7d2f9b66 | |
parent | 0c6e2f16408efa2f8ca79e9679d5f78857fc66d2 [diff] [blame] |
Patch #881820: look for openpty and forkpty also in libbsd. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 37b127a..77dbacd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -633,6 +633,8 @@ 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.