[Python-checkins] cpython: Suggested a whatsnew item

alexander.belopolsky python-checkins at python.org
Thu Aug 23 05:14:37 CEST 2012


http://hg.python.org/cpython/rev/e7ca9eefa086
changeset:   78713:e7ca9eefa086
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Wed Aug 22 23:14:29 2012 -0400
summary:
  Suggested a whatsnew item

files:
  Doc/whatsnew/3.3.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1088,7 +1088,9 @@
    corresponding to the :class:`~datetime.datetime` instance.
  * The :meth:`datetime.datetime.strftime` method supports formatting years
    older than 1000.
-
+ * XXX The :meth:`datetime.datetime.astimezone` method can now be
+   called without arguments to convert datetime instance to the system
+   timezone.
 
 decimal
 -------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list