[Python-checkins] python/dist/src/PC/os2vacpp pyconfig.h,1.4,1.5

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/PC/os2vacpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15587/PC/os2vacpp

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/PC/os2vacpp/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h	9 Jun 2002 13:41:37 -0000	1.4
--- pyconfig.h	7 Feb 2004 12:55:46 -0000	1.5
***************
*** 144,148 ****
  #define HAVE_CLOCK               1 /* clock()                               */
  #define HAVE_STRFTIME            1 /* strftime()                            */
- #define HAVE_STRPTIME            1 /* strptime()                            */
  #define HAVE_MKTIME              1 /* mktime()                              */
  #define HAVE_TZNAME              1 /* No tm_zone but do have tzname[]       */
--- 144,147 ----




More information about the Python-checkins mailing list