mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Removed time.ctime from the list of functions that take a time tuple argument
This commit is contained in:
parent
bd96b06fd8
commit
dc004a3ad6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue