taichino / croniter

croniter is a python module to provide iteration for datetime object.
http://github.com/taichino/croniter
387 stars 105 forks source link

fix #170: remove anti-duck typing check #171

Closed olivierdalang closed 3 years ago

olivierdalang commented 3 years ago

As per #170 (remove anti-duck typing check).

Didn't run test locally yet (counting on CI for that)

kiorky commented 3 years ago

I see what you want, but it will break other code...

Can you make you code subclass datetime, thus i think we can make a better patch using isinstance...

kiorky commented 3 years ago

i think i fixed your bug, see latest master.