[issue27138] FileFinder.find_spec() docstring needs to be corrected.

2016-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a49da84fc1d by Serhiy Storchaka in branch '3.5': Issue #27138: Regenerate Python/importlib_external.h. https://hg.python.org/cpython/rev/8a49da84fc1d New changeset fb965ee44d5e by Serhiy Storchaka in branch 'default': Issue #27138: Regenerate Pytho

[issue27138] FileFinder.find_spec() docstring needs to be corrected.

2016-05-27 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue27138] FileFinder.find_spec() docstring needs to be corrected.

2016-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4348fb8cae27 by Eric Snow in branch 'default': Issue #27138: Fix the doc comment for FileFinder.find_spec(). https://hg.python.org/cpython/rev/4348fb8cae27 -- ___ Python tracker

[issue27138] FileFinder.find_spec() docstring needs to be corrected.

2016-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ac9c1aeecfb4 by Eric Snow in branch '3.5': Issue #27138: Fix the doc comment for FileFinder.find_spec(). https://hg.python.org/cpython/rev/ac9c1aeecfb4 -- nosy: +python-dev ___ Python tracker

[issue27138] FileFinder.find_spec() docstring needs to be corrected.

2016-05-27 Thread Eric Snow
New submission from Eric Snow: Looks like we weren't careful when we added find_spec(). :) This issue is just to track the change. I'll push the fix shortly. -- assignee: eric.snow messages: 266506 nosy: brett.cannon, eric.snow priority: normal severity: normal stage: needs patch stat