mxDateTime in Python distribution

Randall Hopper aa8vb at vislab.epa.gov
Tue Apr 6 08:27:04 EDT 1999


Oleg Broytmann:
 |>      I needed to do some date/time arithmetic recently and found that core
 |> Python didn't have this functionality.  I was a little skeptical about
 |> using a seperate extension for portability reasons.
 |
 |   There is always some need for something more. Do you really want to
 |include every bit of code into the Library? It would take infinite time to
 |download and compile Python distribution if all possible modules and
 |extensions come in.
 |
 |   I want to keep the Library as little as possible. Download, compile and
 |install only those extensions you need.

On that thread, we should strive for a balance.  Short download times is
nice, but we shouldn't go the way of Tcl where everything useful is a
separately downloaded and installed extension.  That limits the
accessibility of the language.

(Joe, I tried that new tool you gave me; it doesn't work.  Oh, Bill you
have to extensions A,B,C,D,E,F, and G.  If you have root access, run this.
Otherwise run this, put these files over here, munge this config file,a and
set this env variable... [Bill to self: Nahh, it's not worth it. Next
project].)

Randall




More information about the Python-list mailing list