Thanks Jelle Zijlstra, I merged your PR! I close issue.
Ok, aliases are now deprecated. If someone wants to actually remove the aliases, I suggest to help all projects still using them to fix their deprecation warnings:
https://bugs.python.org/issue43723#msg390337
For now, I prefer to not schedule the removal. There are too many projects using it. By the way, I'm surprised that this number, I expected that most projects switched since Python 2.6 :-)
Christian:
> The commit broke my PR https://github.com/python/cpython/pull/25329
Usually, warnings are not treated as errors. Thanks for fixing test_asyncio!