[Python-ideas] PEP 3155 - Qualified name for classes and functions
Éric Araujo
merwok at netwok.org
Sat Nov 5 17:32:58 CET 2011
Hi,
> I would like to propose the following PEP for discussion and, if
> possible, acceptance. I think the proposal shouldn't be too
> controversial (I find it quite simple and straightforward myself :-)).
> [snip PEP]
+1.
For nested functions, I too think that 'f.<locals>.g' has too many dots;
I like '<local in f>.g' or '<f locals>.g'.
polka-dots-ly yours
More information about the Python-ideas
mailing list