Mailing List Archive

python/dist/src/PC pyconfig.h,1.8,1.9
Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv24320/python/PC

Modified Files:
pyconfig.h
Log Message:
Enable universal newlines on Windows. Note that NEWS needs more words!


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pyconfig.h 22 Mar 2002 06:32:32 -0000 1.8
--- pyconfig.h 21 Apr 2002 07:30:30 -0000 1.9
***************
*** 510,513 ****
--- 510,516 ----
#define WITH_PYMALLOC 1

+ /* Enable \n, \r, \r\n line ends on import; also the 'U' mode flag for open. */
+ #define WITH_UNIVERSAL_NEWLINES 1
+
/* Define if you have clock. */
/* #define HAVE_CLOCK */