[Python-checkins] python/dist/src/PC pyconfig.h,1.24,1.25
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Sat Feb 7 08:53:48 EST 2004
Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25111/PC
Modified Files:
pyconfig.h
Log Message:
Remove support for --without-universal-newlines (see PEP 11).
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** pyconfig.h 17 Jan 2004 14:19:44 -0000 1.24
--- pyconfig.h 7 Feb 2004 13:53:46 -0000 1.25
***************
*** 398,404 ****
#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 */
--- 398,401 ----
More information about the Python-checkins
mailing list