On Sat, Jun 4, 2011 at 1:34 PM, Charles R Harris
wrote:
> 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/cor
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