__brace__ (PEP?)

Roy Smith roy at panix.com
Mon May 9 09:23:21 EDT 2005


"Kay Schluehr" <kay.schluehr at gmx.net> wrote:

> Roy Smith wrote:
> 
> > foo->bar ==> foo.__arrrow__(bar)
> > foo$bar ==> foo.__dollar__(bar)
> > foo#bar ==> foo.__hash__(bar)
> > foo::bar ==> foo.__scope__(bar)
> 
> I'm strongly in favor for the arrow ( but with two "r" only ). The
> question is simply: for what?

I'm confused.  You're strongly in favor of a piece of punctuation even 
though you don't have any idea what it might be used for?



More information about the Python-list mailing list