datetime, calendar, time intervals

John Roth newsgroups at jhrothjr.com
Thu Jun 17 09:07:52 EDT 2004


"David Eppstein" <eppstein at ics.uci.edu> wrote in message
news:eppstein-ABCC82.23210816062004 at news.service.uci.edu...
> In article <95aa1afa.0406162213.3cf3d7f7 at posting.google.com>,
>  michele.simionato at poste.it (Michele Simionato) wrote:
>
> > Strangely enough, I never needed the datetime and calendar module
> > before, so I just looked at them today.
>
> Me too.  datetime was exactly what I wanted.  Until I realized that it
> wasn't available in the 2.2.3 installation I needed my code to run in...

Yeah, that's a problem. I've been avoiding putting a date type adapter
in the Python version of FIT for exactly that reason. Which brought up
the question of whether it would be possible to back-port it, and I
found that it was a C language module. Sigh.

John Roth
>
> -- 
> David Eppstein                      http://www.ics.uci.edu/~eppstein/
> Univ. of California, Irvine, School of Information & Computer Science





More information about the Python-list mailing list