Reply to Steven D'Aprano:

> But you've said that you want constants to be capable of being rebound 
> to a new value. So your constants are identical to variables.

No, not at all. Actually to be clear, constants are supposed to behave like 
literals but in implementation they are nothing more than names that are bind 
to a value.
_______________________________________________
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/PAQVBP6UZKCNOA5WZK43FRQWLYGC5IQH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to