diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 8bf6fba..2039d3c 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -853,7 +853,7 @@ datetime Belopolsky in :issue:`8013`.) * Changed the rules for using 2-digit years in time tuples. The - :func:`time.asctime`, :func:`time.ctime` and + :func:`time.asctime` and :func:`time.strftime` functions will now format any year when ``time.accept2dyear`` is false and will accept years >= 1000 otherwise. :func:`time.mktime` and :func:`time.strftime` now |