Re: [Tutor] funny behaviour

2005-03-14 Thread Kent Johnson
Jacob Abraham wrote: Dear Tutors, A class was created to extend timedelta to add and subtract months. Simple doctests that simply create an instance of the class failed. Could someone please explain this really funny behaviour. timedelta is an immutable class (its instances have fixed values tha

[Tutor] funny behaviour

2005-03-13 Thread Jacob Abraham
Dear Tutors, A class was created to extend timedelta to add and subtract months. Simple doctests that simply create an instance of the class failed. Could someone please explain this really funny behaviour. Regards, Jacob Abraham from datetime import datetime, timedelta class WeirdTimeDelta(