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

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead #89

Open
FirefighterBlu3 opened this issue Feb 16, 2017 · 0 comments

Comments

@FirefighterBlu3
Copy link

/usr/lib/python3.6/site-packages/txaio/aio.py:123: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
  getattr(logger._logger, level)(msg)

there seems to be some confusion, but "warn" is the deprecated name.

/usr/lib/python3.6/site-packages/txaio/aio.py:217:        'warn': logging.WARNING,
/usr/lib/python3.6/site-packages/txaio/tx.py:101:        warn = 'warn'
/usr/lib/python3.6/site-packages/txaio/tx.py:260:        'warn': LogLevel.warn,
/usr/lib/python3.6/site-packages/txaio/interfaces.py:37:    'warn',
/usr/lib/python3.6/site-packages/txaio/interfaces.py:138:# .warn not warning!
/usr/lib/python3.6/site-packages/txaio/interfaces.py:146:    def warn(self, message, **kwargs):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants