This is a good example of how using a decorator to express depreciation is much better and less polluting the method, as the depreciation message doesn't need to be in the method body.
In my view, it would be interesting for Python to natively have the ability to annotate deprecated methods. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BVYHXKUUCXD3D2JSSBEIEF2WR2PV2TLI/ Code of Conduct: http://python.org/psf/codeofconduct/
