Commit 3405cbcf authored by Georg Brandl's avatar Georg Brandl

Fix style.

parent 9175742e
...@@ -28,10 +28,10 @@ Importing Modules ...@@ -28,10 +28,10 @@ Importing Modules
leaves the module in ``sys.modules``. leaves the module in ``sys.modules``.
.. versionchanged:: 2.4 .. versionchanged:: 2.4
failing imports remove incomplete module objects. Failing imports remove incomplete module objects.
.. versionchanged:: 2.6 .. versionchanged:: 2.6
always use absolute imports Always uses absolute imports.
.. cfunction:: PyObject* PyImport_ImportModuleNoBlock(const char *name) .. cfunction:: PyObject* PyImport_ImportModuleNoBlock(const char *name)
...@@ -62,7 +62,7 @@ Importing Modules ...@@ -62,7 +62,7 @@ Importing Modules
unless a non-empty *fromlist* was given. unless a non-empty *fromlist* was given.
.. versionchanged:: 2.4 .. versionchanged:: 2.4
failing imports remove incomplete module objects. Failing imports remove incomplete module objects.
.. versionchanged:: 2.6 .. versionchanged:: 2.6
The function is an alias for :cfunc:`PyImport_ImportModuleLevel` with The function is an alias for :cfunc:`PyImport_ImportModuleLevel` with
...@@ -95,7 +95,7 @@ Importing Modules ...@@ -95,7 +95,7 @@ Importing Modules
are installed in the current environment, e.g. by :mod:`rexec` or :mod:`ihooks`. are installed in the current environment, e.g. by :mod:`rexec` or :mod:`ihooks`.
.. versionchanged:: 2.6 .. versionchanged:: 2.6
always use absolute imports Always uses absolute imports.
.. cfunction:: PyObject* PyImport_ReloadModule(PyObject *m) .. cfunction:: PyObject* PyImport_ReloadModule(PyObject *m)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment