Commit dc004a3a authored by Alexander Belopolsky's avatar Alexander Belopolsky

Removed time.ctime from the list of functions that take a time tuple argument

parent bd96b06f
...@@ -853,7 +853,7 @@ datetime ...@@ -853,7 +853,7 @@ datetime
Belopolsky in :issue:`8013`.) Belopolsky in :issue:`8013`.)
* Changed the rules for using 2-digit years in time tuples. The * 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 :func:`time.strftime` functions will now format any year when
``time.accept2dyear`` is false and will accept years >= 1000 ``time.accept2dyear`` is false and will accept years >= 1000
otherwise. :func:`time.mktime` and :func:`time.strftime` now otherwise. :func:`time.mktime` and :func:`time.strftime` now
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment