[pypy-commit] pypy cleanup-numpypy-namespace: these lines no longer make sense

bdkearns noreply at buildbot.pypy.org
Mon Feb 25 15:20:21 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: cleanup-numpypy-namespace
Changeset: r61761:946d226a877c
Date: 2013-02-25 09:10 -0500
http://bitbucket.org/pypy/pypy/changeset/946d226a877c/

Log:	these lines no longer make sense

diff --git a/pypy/module/micronumpy/test/test_base.py b/pypy/module/micronumpy/test/test_base.py
--- a/pypy/module/micronumpy/test/test_base.py
+++ b/pypy/module/micronumpy/test/test_base.py
@@ -15,7 +15,6 @@
             if '__pypy__' not in sys.builtin_module_names:
                 import numpy
                 sys.modules['numpypy'] = numpy
-                sys.modules['_numpypy'] = numpy
         cls.w_non_native_prefix = cls.space.wrap(nonnative_byteorder_prefix)
         cls.w_native_prefix = cls.space.wrap(byteorder_prefix)
 
diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -2579,7 +2579,6 @@
         #assert a == 'x'
 
     def test_flexible_repr(self):
-        # numpypy overrides _numpypy repr with pure python one
         from numpypy import array
         a = array(['abc'],'S3')
         s = repr(a)


More information about the pypy-commit mailing list