This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients amaury.forgeotdarc, belopolsky, mark.dickinson, mark.leander, pythonhacker
Date 2010-05-26.15:20:26
SpamBayes Score 0.0004711347
Marked as misclassified No
Message-id <1274887228.26.0.394187502277.issue7150@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-26 15:20:28mark.dickinsonsetrecipients: + mark.dickinson, amaury.forgeotdarc, belopolsky, pythonhacker, mark.leander
2010-05-26 15:20:28mark.dickinsonsetmessageid: <1274887228.26.0.394187502277.issue7150@psf.upfronthosting.co.za>
2010-05-26 15:20:26mark.dickinsonlinkissue7150 messages
2010-05-26 15:20:26mark.dickinsoncreate