Re: datetime.timedelta division confusion
> Try d // 2 ? > It may be that v2.6 considers / as __truediv__ and not __div__. Ah, right you are. Thanks... Skip -- http://mail.python.org/mailman/listinfo/python-list
Re: datetime.timedelta division confusion
On Sep 1, 7:28 pm, [EMAIL PROTECTED] wrote: > Running from Subversion, I see confusing (to me) behavior related to > division of datetime.timedelta objects by integers: > > % python > Python 2.6a0 (trunk:57277:57280M, Aug 28 2007, 17:44:49) > [GCC 4.0.1 (Apple Computer, Inc. build 5367)