New issue 2906: <no docstring> for numpy functions https://bitbucket.org/pypy/pypy/issues/2906/for-numpy-functions
Dmitry A. Mottl: Just noticed that ipython doesn't show `<docstring>` for numpy functions: ```python import numpy as np np? # - shows docstring np.random.randn? # - doesn't show ``` numpy is installed from sources with `pip install numpy` _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
