[issue26242] reST formatting error in Doc/library/importlib.rst

2016-01-30 Thread Berker Peksag
Berker Peksag added the comment: I just fixed a similar one in 23cc4b894caf :) Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker

[issue26242] reST formatting error in Doc/library/importlib.rst

2016-01-30 Thread Alex Gaynor
New submission from Alex Gaynor: https://hg.python.org/cpython/file/default/Doc/library/importlib.rst#l1124 the spacing is wrong, it should be: .. versionchanged:: 3.5 -- assignee: docs@python components: Documentation messages: 259263 nosy: alex, docs@python, eric.araujo, ezio.melotti

[issue26242] reST formatting error in Doc/library/importlib.rst

2016-01-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a31895a1c9d by Berker Peksag in branch '3.5': Issue #26242: Fix another one in importlib.rst https://hg.python.org/cpython/rev/9a31895a1c9d New changeset 5452e4b5c007 by Berker Peksag in branch 'default': Issue #26242: Fix another one in importlib.