Date validation

Alex Martelli aleax at aleax.it
Mon Apr 28 02:48:46 EDT 2003


Asun Friere wrote:
   ...
> While checking this out, I noticed that calender.py in 2.3a2 imports
> 'datetime,'
> for which there is no python file.  Is this now the wrapper to the
> various clib implementations?

Module datetime, new in 2.3, is a C-coded extension dealing with
date and time computations, and it will hopefully be helpful in
making Python date and time handling less dependend on the quirks
of the underlying C runtime libraries.


Alex





More information about the Python-list mailing list