-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
tornado.platform.twisted disappeared but did not explain its replacement #2636
Comments
|
To be honest I didn't realize anyone but me ever used this module, until your message to async-sig a few days ago :) I can't remember the last time anyone asked any questions about it, so I assumed that indicated a lack of interest. I also thought that If there's demand for it, I think I'm fine with keeping |
|
Thanks @bdarnell ! That would definitely work for me. |
This function had more usage than I was aware of and we can preserve the old behavior by making it an alias for asyncioreactor.install. Fixes tornadoweb#2636
This function had more usage than I was aware of and we can preserve the old behavior by making it an alias for asyncioreactor.install. Fixes tornadoweb#2636
|
Thanks a ton for doing this! |
Many years' worth of documentation explains that folks can do
I can see that in 004de9c#diff-77b5a8a33248ef0bcafbc1bb71e9f013 Twisted integration was removed, since we can all depend on the stdlib loop APIs. This is great, but it also breaks a bunch of Jupyter notebooks, tutorials, etc.
Could you be convinced to replace all those sprawling APIs with something like this:
possibly with a
warnings.warnexplaining that users could just call these APIs directly, if that's the desired end-state?The text was updated successfully, but these errors were encountered: