[issue7150] datetime operations spanning MINYEAR give bad results

Mark Dickinson report at bugs.python.org
Wed May 26 17:20:28 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

As an aside, I dislike the fact that the datetime module uses a C 'int' for date ordinals, and clearly assumes that it'll be at least 32 bits.  int could be as small as 16 bits on some systems (small embedded systems?).  But that's another issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7150>
_______________________________________


More information about the Python-bugs-list mailing list