[Python-checkins] python/dist/src/RISCOS pyconfig.h,1.11,1.12

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Feb 7 08:53:49 EST 2004


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

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/RISCOS/pyconfig.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pyconfig.h	7 Feb 2004 12:55:46 -0000	1.11
--- pyconfig.h	7 Feb 2004 13:53:46 -0000	1.12
***************
*** 227,233 ****
  #undef WANT_WCTYPE_FUNCTIONS
  
- /* 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
--- 227,230 ----




More information about the Python-checkins mailing list