[pypy-commit] pypy default: make sure that import * imports this function too

antocuni noreply at buildbot.pypy.org
Fri Mar 15 18:27:41 CET 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r62355:90949f100ecd
Date: 2013-03-15 18:27 +0100
http://bitbucket.org/pypy/pypy/changeset/90949f100ecd/

Log:	make sure that import * imports this function too

diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
--- a/lib_pypy/numpypy/core/numeric.py
+++ b/lib_pypy/numpypy/core/numeric.py
@@ -4,6 +4,7 @@
            'array_repr', 'array_str', 'set_string_function',
            'array_equal', 'outer', 'vdot', 'identity', 'little_endian',
            'Inf', 'inf', 'infty', 'Infinity', 'nan', 'NaN', 'False_', 'True_',
+           'seterr',
           ]
 
 import sys


More information about the pypy-commit mailing list