[Numpy-discussion] code review/build & test for datetime business day API

Stéfan van der Walt stefan at sun.ac.za
Mon Jul 25 17:12:00 EDT 2011


On Mon, Jul 25, 2011 at 1:52 PM, Mark Wiebe <mwwiebe at gmail.com> 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



More information about the NumPy-Discussion mailing list