From: Alexander Belopolsky Date: Mon, 10 Jan 2011 21:58:52 +0000 (+0000) Subject: Removed time.ctime from the list of functions that take a time tuple argument X-Git-Tag: v3.2rc1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc004a3ad647db84f3acbaf41eb1f63312f1903d;p=python Removed time.ctime from the list of functions that take a time tuple argument --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 8bf6fbad0c..2039d3cf20 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