[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.149, 1.831.4.150

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 18 11:58:46 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18977/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Update to autoconf 2.59.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.149
retrieving revision 1.831.4.150
diff -u -d -r1.831.4.149 -r1.831.4.150
--- NEWS	29 Aug 2004 16:45:13 -0000	1.831.4.149
+++ NEWS	18 Sep 2004 09:58:41 -0000	1.831.4.150
@@ -28,6 +28,8 @@
 Extension modules
 -----------------
 
+- Patch #1012280: Fix term.h compilation problems on Solaris.
+
 - Patch #914291: Set locale while getting a line from readline.
 
 - Bug #1005308: Define _BSD_TYPES.



More information about the Python-checkins mailing list