diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-10 21:58:52 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-10 21:58:52 (GMT) |
commit | dc004a3ad647db84f3acbaf41eb1f63312f1903d (patch) | |
tree | 4a057bc5141984628de1e0538ffcc294b359edd7 | |
parent | bd96b06fd897f4f0e55f802fe60399ff12a43421 (diff) | |
download | cpython-dc004a3ad647db84f3acbaf41eb1f63312f1903d.zip cpython-dc004a3ad647db84f3acbaf41eb1f63312f1903d.tar.gz cpython-dc004a3ad647db84f3acbaf41eb1f63312f1903d.tar.bz2 |
Removed time.ctime from the list of functions that take a time tuple argument
-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 |