X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fdate.py;h=1cc6464b9aa8748f64e13ce0a4c5b9a1d41d3c72;hb=b401348164da95cb657854719264493477f0ae22;hp=484889bbeac2bda60d85075482811a18abeeedcb;hpb=f09b3fe695d3d03379c61d10af81fd62e5fcd76e;p=roundup.git diff --git a/roundup/date.py b/roundup/date.py index 484889b..1cc6464 100644 --- a/roundup/date.py +++ b/roundup/date.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: date.py,v 1.27 2002-09-10 01:27:13 richard Exp $ +# $Id: date.py,v 1.28 2002-09-10 12:44:42 richard Exp $ __doc__ = """ Date, time and time interval handling. @@ -153,7 +153,7 @@ class Date: """ return Date(self.addInterval(interval)) - # XXX deviates from spec to allow subtraction of dates as well + # deviates from spec to allow subtraction of dates as well def __sub__(self, other): """ Subtract: 1. an interval from this date to produce another date.