[Python-checkins] python/dist/src README,1.183,1.184

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Nov 30 02:49:20 CET 2004


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

Modified Files:
	README 
Log Message:
update gcc ref

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- README	2 Sep 2004 16:37:51 -0000	1.183
+++ README	30 Nov 2004 01:49:18 -0000	1.184
@@ -217,7 +217,7 @@
 optimization.  This is a common problem with some versions of gcc, and
 some vendor-supplied compilers, which can sometimes be worked around
 by turning off optimization.  Consider switching to stable versions
-(gcc 2.95.2, or contact your vendor.)
+(gcc 2.95.2, gcc 3.x, or contact your vendor.)
 
 From Python 2.0 onward, all Python C code is ANSI C.  Compiling using
 old K&R-C-only compilers is no longer possible.  ANSI C compilers are



More information about the Python-checkins mailing list