Skip to content

DEPR/TEST: inspect deprecation warning #12101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jreback opened this issue Jan 20, 2016 · 1 comment
Closed

DEPR/TEST: inspect deprecation warning #12101

jreback opened this issue Jan 20, 2016 · 1 comment
Labels
Deprecate Functionality to remove in pandas Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jan 20, 2016

hmm, this looks pretty new. should fix this code.

...../home/travis/build/pydata/pandas/pandas/tests/test_panel.py:201: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

build is here. This is a numpy-dev build, need to check out the other builds.

@jreback jreback added Testing pandas testing functions or related to the test suite Difficulty Novice Deprecate Functionality to remove in pandas labels Jan 20, 2016
@jreback jreback added this to the 0.18.0 milestone Jan 20, 2016
jreback pushed a commit that referenced this issue Jan 23, 2016
changed deprecated getargspec to signature for python 3 while keeping the getargspec for python 2
@jreback
Copy link
Contributor Author

jreback commented Jan 23, 2016

closed by #12102

@jreback jreback closed this as completed Jan 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant