-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deprecation warning in web_response.py with Python 3.7 #3480
Comments
GitMate.io thinks the contributor most likely able to help you is @asvetlov. Possibly related issues are #3273 (Deprecation warnings in 3.8), #537 (Drop python 3.3 support), #1839 (aiohttp webserver with python 3.7 broken), #676 (Python 3.4.0 support), and #3111 (Publish OS-specific binary wheels for Python 3.7 @ PYPI). |
@dmajda feel free to send a PR :) |
Looks like @asvetlov was faster :-) Thanks for a quick fix and a fantastic library! |
Long story short
When warnings are enabled, a warning like this is printed on importing
aiohttp.web
with Python 3.7:This pullutes the output of our test suite (for which we have warnings enabled).
Expected behaviour
No warning gets printed when importing
aiohttp.web
.Actual behaviour
A warning gets printed when importing
aiohttp.web
.Steps to reproduce
Your environment
aiohttp version: 3.5.1
Python version: 3.7.0
OS: macOS Mojave
The text was updated successfully, but these errors were encountered: