[issue29648] Missed reference to create_module() in versionadded (import.rst)

Marco Buttu report at bugs.python.org
Sat Feb 25 06:22:08 EST 2017


New submission from Marco Buttu:

In the first `versionadded` of the Loader section [1] of Doc/reference/import.rst, there is no reference to `create_module()`:

.. versionadded:: 3.4
   The create_module() method of loaders.

It should be:

.. versionadded:: 3.4
   The :meth:`~importlib.abc.Loader.create_module` method of loaders.

I will make a PR.

[1] https://docs.python.org/3/reference/import.html#loaders

----------
messages: 288560
nosy: marco.buttu
priority: normal
severity: normal
status: open
title: Missed reference to create_module() in versionadded (import.rst)
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29648>
_______________________________________


More information about the Python-bugs-list mailing list