This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: reST formatting error in Doc/library/importlib.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: alex, berker.peksag, docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev
Priority: normal Keywords:

Created on 2016-01-30 17:26 by alex, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg259263 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2016-01-30 17:26
https://hg.python.org/cpython/file/default/Doc/library/importlib.rst#l1124

the spacing is wrong, it should be:

.. versionchanged:: 3.5
msg259264 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-30 17:30
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.rst
https://hg.python.org/cpython/rev/5452e4b5c007
msg259265 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-01-30 17:32
I just fixed a similar one in 23cc4b894caf :) Thanks!
History
Date User Action Args
2022-04-11 14:58:27adminsetgithub: 70430
2016-01-30 17:32:39berker.peksagsetstatus: open -> closed

versions: + Python 3.6
nosy: + berker.peksag

messages: + msg259265
resolution: fixed
stage: resolved
2016-01-30 17:30:09python-devsetnosy: + python-dev
messages: + msg259264
2016-01-30 17:26:28alexcreate