pep proposal : A date object for the standard library

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Dec 6 19:30:18 EST 2001


Kragen Sitaker wrote:
> 
> Given that Python has arbitrary-precision integers, it might be best
> to just use them.

Indeed. If the unit is small enough, floating point isn't
really necessary, and using Python longs would eliminate
any upper limit on the range.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list