[Zope] Weird interaction between int() and DateTime.timeTime

Chris Withers chrisw@nipltd.com
Thu, 25 May 2000 19:21:01 +0100


andres@corrada.com wrote:
> >From the python int doc string:
> 
> >>> print int.__doc__
> int(x) -> integer
> 
> Convert a string or number to an integer, if possible.
> A floating point argument will be truncated towards zero.

I _always_ get bitten by this :(

Sorry for my igorance, 

Chris