[Python-Dev] [Python-checkins] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line

Chris Jerdonek chris.jerdonek at gmail.com
Thu Aug 2 16:41:05 CEST 2012


On Thu, Aug 2, 2012 at 7:32 AM, Barry Warsaw <barry at python.org> wrote:
> On Aug 02, 2012, at 03:04 PM, nick.coghlan wrote:
>
>>-module.  Specifically, any module that contains an ``__path__`` attribute is
>>+module.  Specifically, any module that contains a ``__path__`` attribute is
>
> I find this change hilarious!  Is it "an under-under path" or "a dunder path"?

Personally, I just say "path" (same with __init__, __main__, etc) and
rely on context.

--Chris


More information about the Python-Dev mailing list