summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-02-11 15:55:14 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-02-11 15:55:14 (GMT)
commita55e55e9f3034ceacbf90facc1a0548d63250df4 (patch)
tree5cc07bb95b33ddc1a671a4d3b2e3a7a4590fd7b0 /Misc/NEWS
parentb69406dc09161797cf7e9355acdb761f944ac3e7 (diff)
downloadcpython-a55e55e9f3034ceacbf90facc1a0548d63250df4.zip
cpython-a55e55e9f3034ceacbf90facc1a0548d63250df4.tar.gz
cpython-a55e55e9f3034ceacbf90facc1a0548d63250df4.tar.bz2
Patch #428494: Prefer linking against ncursesw over ncurses library
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b38832..c9e7a30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -699,6 +699,8 @@ Library
Build
-----
+- Patch #1428494: Prefer linking against ncursesw over ncurses library.
+
- 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).