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
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(