[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.8,1.9
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/os2emx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25111/PC/os2emx
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/os2emx/pyconfig.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pyconfig.h 7 Feb 2004 12:55:46 -0000 1.8
--- pyconfig.h 7 Feb 2004 13:53:46 -0000 1.9
***************
*** 54,60 ****
#define WITH_CYCLE_GC 1
- /* Define if you want to read files with foreign newlines. */
- #define WITH_UNIVERSAL_NEWLINES 1
-
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
--- 54,57 ----
More information about the Python-checkins
mailing list