On 2021-05-27 14:33, Steven D'Aprano wrote:
But even if we did have actual constants, how does that help get static *variables*, you know, things that aren't constant but can vary?
All of those use cases can already be handled with a class that stores its data in an attribute.