[Python-checkins] r87907 - python/branches/py3k/Doc/whatsnew/3.2.rst

alexander.belopolsky python-checkins at python.org
Mon Jan 10 22:58:52 CET 2011


Author: alexander.belopolsky
Date: Mon Jan 10 22:58:52 2011
New Revision: 87907

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

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Mon Jan 10 22:58:52 2011
@@ -853,7 +853,7 @@
      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


More information about the Python-checkins mailing list