I don't think so. (correct me if I'm wrong) The datetime module is for
making date and time instances that you can add and subtract to get
timedelta objects. Other things involved of course, but I don't think it has
anything to do with parsing and
pretty printing columns of times. I'm not sure, don't quote me on it.

Jacob


> I also notice that there is the is the 'datetime' module, which is new
> to version 2.3, which i now have access to. My feeling is that this
> will do much of what i want, but i can't get my head round the standard
> library reference stuff
>
> http://www.python.org/doc/lib/module-datetime.html
>
> I don't have any texts with me either and it probably is too new to be
> in the Python Standard Library book by Fredrik Lundh or the Python
> Essential Reference by  David Beazley
>
>
> -kevin-
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to