We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #1902.
Starting with 3.1, mark falcon.api_helpers as deprecated. We could employ module-level __getattr__ or redecorate re-imported functions.
falcon.api_helpers
__getattr__
The text was updated successfully, but these errors were encountered:
I think 3.1 is already open, so this can be done right?
Sorry, something went wrong.
Yup, I think so.
Even if we decide to do 3.0.2, we could ship that in a separate bugfix branch.
CaselIT
Successfully merging a pull request may close this issue.
See #1902.
Starting with 3.1, mark
falcon.api_helpers
as deprecated. We could employ module-level__getattr__
or redecorate re-imported functions.The text was updated successfully, but these errors were encountered: