Greetings,
On Tue, May 25, 2021 at 8:13 PM Chris Angelico <ros...@gmail.com> wrote: > Remember: The thing that you declare Final will, some day, need to be > changed. Probably as part of your own test suite (you do have one of > those, right?). With MyPy, you could tell it not to validate that > line, or that file. With a naming convention, you can explain the need > for the change with a comment. How are you going to override the > language feature? It might seem that i am trolling, but i am not > How are you going to override the language feature? By just removing the constant keyword? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/4DJWUN63BXFF52TFLPEJ24KTE6SNODUM/ Code of Conduct: http://python.org/psf/codeofconduct/