On Mon, Jul 25, 2011 at 1:52 PM, Mark Wiebe <[email protected]> wrote: > Can't use numpy.datetime, since that conflicts with Python's datetime > library, especially in pylab.
We're allowed to name the modules under numpy whatever we like--people know that doing "from numpy import *" can (and already does) cause havoc. But maybe "numpy.time" would suffice as a grouping. Regards Stéfan _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
