This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grubert
Recipients LambertDW, barronh, grubert
Date 2009-05-18.09:25:26
SpamBayes Score 1.8955638e-05
Marked as misclassified No
Message-id <1242638729.28.0.179274756055.issue5476@psf.upfronthosting.co.za>
In-reply-to
Content
testing with 2.6 and numpy 1.3 already ::

   timedelta(seconds = int32(36)) 
   TypeError: unsupported type for timedelta seconds component: 
numpy.int32

But not if I apply a change to numpy to fix issue2263
then ``timedelta(days = int32(36))`` and ``timedelta(minutes = 
int32(36))`` result in wrong timedeltas.
History
Date User Action Args
2009-05-18 09:25:29grubertsetrecipients: + grubert, LambertDW, barronh
2009-05-18 09:25:29grubertsetmessageid: <1242638729.28.0.179274756055.issue5476@psf.upfronthosting.co.za>
2009-05-18 09:25:27grubertlinkissue5476 messages
2009-05-18 09:25:26grubertcreate