On Fri, Aug 19, 2011 at 4:55 PM, Bruce Southey <bsout...@gmail.com> wrote:

> **
>
>  Hi,
> I had to rebuild my Python2.6 as a 'normal' version.
>
> Anyhow, Python2.4, 2.5, 2.6 and 2.7 all build and pass the numpy tests.
>
> Curiously, only tests in Python2.7 give almost no warnings but all the
> other Python2.x give lots of warnings - Python2.6 and Python2.7 are below.
> My expectation is that all versions should behave the same regarding
> printing messages.
>

This is due to a change in Python 2.7 itself - deprecation warnings are not
shown anymore by default. Furthermore, all those messages are unrelated to
Mark's missing data commits.

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

Reply via email to