[SciPy-Dev] relative imports

Ralf Gommers ralf.gommers at googlemail.com
Wed May 16 15:06:06 EDT 2012


On Wed, May 16, 2012 at 5:11 PM, Denis Laxalde <denis at laxalde.org> wrote:

> Nathaniel Smith a écrit :
> > They require Python 2.5+, while (officially at least) scipy still
> > supports Python 2.4.
>
> It seems that there are incompatibilities now (e.g. python2.4 does not
> have the any() and all() builtin functions).
> Current master built with python2.4 has 19 tests failing and (at least)
> a syntax error.


That should be fixed before the next release then. This unfortunately
happens regularly because we don't have a 2.4 buildbot.

Usage of any/all functions slips in way too often; should be replaced with
np.any/all.

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120516/86044735/attachment.html>


More information about the SciPy-Dev mailing list