Hi,

On Wed, Jul 27, 2011 at 6:54 PM, Mark Wiebe <mwwi...@gmail.com> wrote:
> This was the most consistent way to deal with the parameterized dtype in the
> repr, making it more future-proof at the same time. It was producing reprs
> like "array(['2011-01-01'], dtype=datetime64[D])", which is clearly wrong,
> and putting quotes around it makes it work in general for all possible
> dtypes, present and future.

I don't know about you, but I find maintaining doctests across
versions changes rather tricky.  For our projects, doctests are
important as part of the automated tests.  At the moment this means
that many doctests will break between 1.5.1 and 2.0.  What do you
think the best way round this problem?

See you,

Matthew
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to