Richard Musil writes:

 > The implementation can be an additional attribute on an identifier

That's not an implementation yet.  From the point of view of the
Python program, an identifier is an entry in a namespace.  To describe
an implementation of something that acts on identifiers, you need to
say what namespaces are subject to this action, and what happens when
the action might "cross" namespaces.

Steve
_______________________________________________
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/H3KGISXL5PSELYY76UU2BGBJEG75UU4H/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to