This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients jayvdb, nedbat, rhettinger, skrah, yselivanov
Date 2016-01-09.16:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452357559.69.0.291233501518.issue25486@psf.upfronthosting.co.za>
In-reply-to
Content
Could this be done soon? I ran into this just now:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/stefan/usr/lib/python3.6/site-packages/datashape-0.4.7-py3.6.egg/datashape/__init__.py", line 7, in <module>
    from .user import *
  File "/home/stefan/usr/lib/python3.6/site-packages/datashape-0.4.7-py3.6.egg/datashape/user.py", line 16, in <module>
    @dispatch(np.dtype, basetypes)
  File "/home/stefan/usr/lib/python3.6/site-packages/multipledispatch-0.4.8-py3.6.egg/multipledispatch/core.py", line 60, in _
    if ismethod(func):
  File "/home/stefan/usr/lib/python3.6/site-packages/multipledispatch-0.4.8-py3.6.egg/multipledispatch/core.py", line 79, in ismethod
    spec = inspect.getargspec(func)
AttributeError: module 'inspect' has no attribute 'getargspec'
History
Date User Action Args
2016-01-09 16:39:19skrahsetrecipients: + skrah, rhettinger, nedbat, yselivanov, jayvdb
2016-01-09 16:39:19skrahsetmessageid: <1452357559.69.0.291233501518.issue25486@psf.upfronthosting.co.za>
2016-01-09 16:39:19skrahlinkissue25486 messages
2016-01-09 16:39:19skrahcreate