zopefoundation / DateTime

This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Other
19 stars 25 forks source link

Repair equality comparison between DateTime instances and other types #61

Closed perrinjerome closed 11 months ago

perrinjerome commented 11 months ago

Fixes #60

perrinjerome commented 11 months ago

This partially reverts https://github.com/zopefoundation/DateTime/pull/54 ( cc @fdiary )

perrinjerome commented 11 months ago

Thank you !

icemac commented 11 months ago

I just released this change in https://pypi.org/project/DateTime/5.4/.