This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients JelleZijlstra, christian.heimes, pitrou, rhettinger, vstinner, xtreak
Date 2021-04-12.12:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618229233.18.0.836035502476.issue43723@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2021-04-12 12:07:13vstinnersetrecipients: + vstinner, rhettinger, pitrou, christian.heimes, JelleZijlstra, xtreak
2021-04-12 12:07:13vstinnersetmessageid: <1618229233.18.0.836035502476.issue43723@roundup.psfhosted.org>
2021-04-12 12:07:13vstinnerlinkissue43723 messages
2021-04-12 12:07:13vstinnercreate