ANNOUNCE normalDate 0.7

Tim Peters tim_one at email.msn.com
Sat Aug 21 22:47:02 EDT 1999


[Jeff Bauer]
> ...
>   http://starship.python.net/crew/jbauer/normalDate/
> ...

Jeff, that URL didn't work for me.  This one did:

    http://starship.python.net/crew/jbauer/normaldate/

I think the server is case-sensitive.

> ...
> The Python distribution also includes a date class, which would
> have saved me time, had I bothered to check.
>
>  Demo/classes/Dates.py

As the author of Dates.py, let me recommend Jeff's NormalDate.py.  Dates.py
was written as a test drive of then-new operator overloading facilities, not
as a real date class (that's why it's under the Demo tree).  Jeff's has more
features and is more practical, but is also very small and isn't bogged down
with esoterica either.  OTOH, his does have a Y10K problem, while mine works
until the year gets so big it won't fit in an unbounded Python long, and
even then you'll get a butt-saving MemoryError <wink>.

use-dates.py-if-you're-immortal-ly y'rs  - tim






More information about the Python-list mailing list