[Python-checkins] r87470 - python/branches/py3k/Doc/whatsnew/3.2.rst

alexander.belopolsky python-checkins at python.org
Fri Dec 24 05:22:40 CET 2010


Author: alexander.belopolsky
Date: Fri Dec 24 05:22:40 2010
New Revision: 87470

Log:
Added an XXX note to describe timedelta/timedelta feature.

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Fri Dec 24 05:22:40 2010
@@ -781,6 +781,9 @@
 * Also, :class:`~datetime.timedelta` objects can now be multiplied by
   :class:`float` and divided by :class:`float` and :class:`int` objects.
 
+.. XXX Describe added support for dividing a timedelta by another timedelta.
+       See revision 80290 and issue #2706.
+
   (Contributed by Alexander Belopolsky in :issue:`1289118`, :issue:`5094` and
   :issue:`6641`.)
 


More information about the Python-checkins mailing list