[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.7,1.8
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/os2emx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15587/PC/os2emx
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/os2emx/pyconfig.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pyconfig.h 16 Jul 2003 13:31:11 -0000 1.7
--- pyconfig.h 7 Feb 2004 12:55:46 -0000 1.8
***************
*** 240,246 ****
#define HAVE_STRFTIME 1
- /* Define if you have the strptime function. */
- #define HAVE_STRPTIME 1
-
/* Define if you have the tcgetpgrp function. */
#define HAVE_TCGETPGRP 1
--- 240,243 ----
More information about the Python-checkins
mailing list