bpo-26184: import.rst: Add versionchanged note by Mariatta · Pull Request #277 · python/cpython (original) (raw)

Hi @Mariatta , it LGTM, but I would like you to add just a minor change, not directly related with this PR. In the first versionadded of the Loaders section, we do not have any markup for 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.

Thank you very much