[issue26972] mistakes in docstrings in the import machinery

2016-07-08 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the patch, Oren! The only real change I made was to make sure the the one-sentence summary at the start of the docstring fit on a single line (when it spans line it can muck up editors and tools). -- resolution: -> fixed stage: patch review -

[issue26972] mistakes in docstrings in the import machinery

2016-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset d32517de5d8c by Brett Cannon in branch 'default': Issue #26972: Fix some mistakes in importlib-related docstrings. https://hg.python.org/cpython/rev/d32517de5d8c -- nosy: +python-dev ___ Python tracker <

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the thorough review, Oren! I'll have a look at the patch when I get a chance. -- assignee: -> brett.cannon priority: normal -> low ___ Python tracker ___

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread SilentGhost
Changes by SilentGhost : -- nosy: +brett.cannon stage: -> patch review type: -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread Oren Milman
Changes by Oren Milman : Added file: http://bugs.python.org/file42772/patchedCPythonTestOutput.txt ___ Python tracker ___ ___ Python-bugs-list

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread Oren Milman
Changes by Oren Milman : Added file: http://bugs.python.org/file42771/CPythonTestOutput.txt ___ Python tracker ___ ___ Python-bugs-list mailin

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread Oren Milman
New submission from Oren Milman: the proposed changes: I believe there are some mistakes in the following docstrings: 1. in Lib/importlib/_bootstrap.py: - _module_repr - a typo - _exec - I believe 'Execute the module specified by the spec' is more accurate than 'Execute the s