On Wed, Sep 12, 2012 at 9:23 AM, <> wrote:
>
> On Tuesday, September 11, 2012 5:02:31 PM UTC-5, Erik Max Francis wrote:
> > On 09/11/2012 01:53 PM, me wrote:
> > > PEP 8 says this is bad form. What do you think?
> >
> >
> >
> > Where does it say that?
>
> Apologies. It's in David Goodger's "Code Like A Pythonista" in the "Naming" section. (http://python.net/~goodger/projects/...ut.html#naming)
That's arguing against double leading underscore, not single leading
underscore. I pretty much agree with it; I rarely use the
name-mangling syntax myself.