Skip to content
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

DeprecationWarnings don't show up by default #25

Open
nickhand opened this issue Sep 13, 2017 · 2 comments
Open

DeprecationWarnings don't show up by default #25

nickhand opened this issue Sep 13, 2017 · 2 comments

Comments

@nickhand
Copy link
Collaborator

FYI, DeprecationWarning is hidden by default...a simple fix is to change all DeprecationWarnings to FutureWarnings

@rainwoodman
Copy link
Owner

But they are deprecations, not futures...

@nickhand
Copy link
Collaborator Author

I was thinking more in the sense that, "in the future these modules/functions will be removed". The alternative is probably using a deprecated decorator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants