From: R David Murray Date: Sat, 29 Sep 2012 14:53:31 +0000 (-0400) Subject: Remove visible XXX in What's New. X-Git-Tag: v3.3.1rc1~820 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=defdb16a3c9ac55647f2b3ccb471b7e4518a7fa3;p=python Remove visible XXX in What's New. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 1c6349d6f7..e45f3ebc78 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1089,7 +1089,7 @@ 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 + * The :meth:`datetime.datetime.astimezone` method can now be called without arguments to convert datetime instance to the system timezone.