`datetime` is a subclass of `date`. In the stubs of 'datetime' there's the following TODO: ```python class datetime: # TODO: Is a subclass of date, but this would make some types incompatible. ``` Is there any record of the incompatibilities? Should we keep an issue open to address this TODO eventually?