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.

Author marco.buttu
Recipients marco.buttu
Date 2017-02-25.11:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488021728.97.0.531293750465.issue29648@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-02-25 11:22:09marco.buttusetrecipients: + marco.buttu
2017-02-25 11:22:08marco.buttusetmessageid: <1488021728.97.0.531293750465.issue29648@psf.upfronthosting.co.za>
2017-02-25 11:22:08marco.buttulinkissue29648 messages
2017-02-25 11:22:08marco.buttucreate