[Python-ideas] PEP 3155 - Qualified name for classes and functions

Ethan Furman ethan at stoneleaf.us
Sun Nov 6 22:22:29 CET 2011


Ron Adam wrote:
> Better, but I don't think you need to nest it to indicate that
> relationship. I would use a colon instead of a dot to indicate a
> namespace relationship.
>    
>     f.g    g is an attribute of f

Being an attribute of an object /is/ being in that object's namespace 
(functions being the obvious exception).

~Ethan~



More information about the Python-ideas mailing list