summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-08 10:07:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-08 10:07:33 (GMT)
commitfd9a72ad8994fd90cec26ed1ca5f8044719e24e5 (patch)
tree182cf077a93e06154d8c58024789691a7d2f9b66 /Misc
parent0c6e2f16408efa2f8ca79e9679d5f78857fc66d2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 37b127a..77dbacd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.