[Python-checkins] python/dist/src/Misc NEWS,1.1377,1.1378

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 29 15:40:52 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Fix parse errors in readline module when compiling without threads.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1377
retrieving revision 1.1378
diff -u -d -r1.1377 -r1.1378
--- NEWS	24 Sep 2005 21:23:05 -0000	1.1377
+++ NEWS	29 Sep 2005 13:40:48 -0000	1.1378
@@ -153,6 +153,8 @@
 Extension Modules
 -----------------
 
+- Fix parse errors in the readline module when compiling without threads.
+
 - Patch #1288833: Removed thread lock from socket.getaddrinfo on
   FreeBSD 5.3 and later versions which got thread-safe getaddrinfo(3).
 



More information about the Python-checkins mailing list