-
-
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
Deprecate debug parameter from app.make_hander() #1121
Comments
And what about the same story for
But user reads in the documentation:
So user could decide to pass a loop within So my idea is, if we always pass application's loop as a parameter to the Makes sense? But the code of the |
|
Fixed by #1123 |
Use
app.debug
as a value.If
app.debug
conflicts with explicitly passesdebug
param -- raiseValueError
.The change is backward incompatible a little but it worth to be applied.
The text was updated successfully, but these errors were encountered: