Maybe once a function is deprecated in Python, pyupgrade should be updated? I mean, more collaboration between Python core devs and the pyupgrade development.
https://github.com/asottile/pyupgrade Victor On Thu, Nov 18, 2021 at 8:39 AM Jeremiah Paige <[email protected]> wrote: > > I’ve seen a few people in this thread proposing a new tool to automatically > update deprecations but I believe it already exists: pyupgrade. Looking over > its fixes once again, I don’t think it covers any of the original three > deprecations (maybe someone could open a PR?), but it does cover a lot > including failUnlessEqual and assertEquals. > > Regards, > Jeremiah > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/PT2HDZSIXARGKVY4PDYMYYDLBVUI6LAO/ > Code of Conduct: http://python.org/psf/codeofconduct/ -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/RXREPNDUAONRSHFMGR3NYG6FJFJHUJKF/ Code of Conduct: http://python.org/psf/codeofconduct/
