Hi All,
Numpy has a _sort module which contains *no* methods and whose only purpose
is to modify the type descriptors by adding pointers to the sorting
functions when it is loaded. Consequently _sort is imported early in
numpy/core/__init__.py and is otherwise unused. This really doesn't seem
righ
On Fri, Jun 3, 2011 at 11:05 PM, akshar bhosale wrote:
> [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import numpy
> Traceback (most recent call last):
> File "", line 1, in
> File "/home/admin/numpy-1.6.0b2/i
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/__init__.py",
line 137, in
import add_n