diff options
author | blhsing <blhsing@gmail.com> | 2024-08-23 15:45:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 15:45:03 (GMT) |
commit | 126910edba812a01794f307b0cfa2a7f02bda190 (patch) | |
tree | e86e74c3e38f2b8cfcbe9484dc696a0c52767a3f /pyconfig.h.in | |
parent | 7cd3aa42f0cf72bf9a214e2630850879fe078377 (diff) | |
download | cpython-126910edba812a01794f307b0cfa2a7f02bda190.zip cpython-126910edba812a01794f307b0cfa2a7f02bda190.tar.gz cpython-126910edba812a01794f307b0cfa2a7f02bda190.tar.bz2 |
gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padded (GH-122436)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 39978d1..a5946f3 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1701,6 +1701,9 @@ /* Define if you want to enable internal statistics gathering. */ #undef Py_STATS +/* Define if C99-specific strftime specifiers are supported. */ +#undef Py_STRFTIME_C99_SUPPORT + /* The version of SunOS/Solaris as reported by `uname -r' without the dot. */ #undef Py_SUNOS_VERSION |