]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Suggested a whatsnew item
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 23 Aug 2012 03:14:29 +0000 (23:14 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 23 Aug 2012 03:14:29 +0000 (23:14 -0400)
Doc/whatsnew/3.3.rst

index 2e8d341541a2bfb359c0c757603fc65be20e80bc..90ce5a6a817788157218cf22aea084dbc3d9cb2a 100644 (file)
@@ -1088,7 +1088,9 @@ datetime
    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
 -------