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

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Feb 7 07:55:48 EST 2004


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

Modified Files:
	pyconfig.h 
Log Message:
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/pyconfig.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pyconfig.h	17 Jan 2004 14:19:44 -0000	1.10
--- pyconfig.h	7 Feb 2004 12:55:46 -0000	1.11
***************
*** 515,521 ****
  #define HAVE_STRFTIME 1
  
- /* Define if you have the strptime function.  */
- #undef HAVE_STRPTIME
- 
  /* Define if you have the symlink function.  */
  #undef HAVE_SYMLINK
--- 515,518 ----




More information about the Python-checkins mailing list