mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
This commit is contained in:
parent
7209294112
commit
7e11a016e6
6 changed files with 2 additions and 13 deletions
|
|
@ -514,9 +514,6 @@
|
|||
/* Define if you have the strftime function. */
|
||||
#define HAVE_STRFTIME 1
|
||||
|
||||
/* Define if you have the strptime function. */
|
||||
#undef HAVE_STRPTIME
|
||||
|
||||
/* Define if you have the symlink function. */
|
||||
#undef HAVE_SYMLINK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue