Comment 3 for bug 143766

Revision history for this message
Andreas Jung (ajung) wrote :

Status: Pending => Rejected

Keys in BTrees must be comparable. But None and datetime instances are not:

>>> cmp(datetime.datetime.now(), None)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: can't compare datetime.datetime to NoneType