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

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


http://hg.python.org/cpython/rev/fe11f5f3f996
changeset:   79252:fe11f5f3f996
parent:      79250:c0e945c34a47
parent:      79251:970ca39480f4
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Sep 29 10:53:55 2012 -0400
summary:
  Merge: 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
@@ -1127,7 +1127,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