[Python-checkins] cpython (3.3): Remove visible XXX in What's New.

r.david.murray python-checkins at python.org
Sat Sep 29 16:54:07 CEST 2012


http://hg.python.org/cpython/rev/970ca39480f4
changeset:   79251:970ca39480f4
branch:      3.3
parent:      79249:1acfede62364
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Sep 29 10:53:31 2012 -0400
summary:
  Remove visible XXX in What's New.

files:
  Doc/whatsnew/3.3.rst |  2 +-
  1 files changed, 1 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
@@ -1089,7 +1089,7 @@
    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.
 

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


More information about the Python-checkins mailing list