Commit e4e2be30 authored by Stefan Behnel's avatar Stefan Behnel

Rephrase the description of the "pyimport" option of pyximport a little.

parent 8fbf1e07
...@@ -496,9 +496,10 @@ def install(pyximport=True, pyimport=False, build_dir=None, build_in_temp=True, ...@@ -496,9 +496,10 @@ def install(pyximport=True, pyimport=False, build_dir=None, build_in_temp=True,
:param pyimport: You can pass ``pyimport=True`` to also :param pyimport: You can pass ``pyimport=True`` to also
install the ``.py`` import hook install the ``.py`` import hook
in your meta-path. Note, however, that it is highly experimental, in your meta-path. Note, however, that it is rather experimental,
will not work for most ``.py`` files, and will therefore only slow will not work at all for some ``.py`` files and packages, and will
down your imports. Use at your own risk. heavily slow down your imports due to search and compilation.
Use at your own risk.
:param build_dir: By default, compiled modules will end up in a ``.pyxbld`` :param build_dir: By default, compiled modules will end up in a ``.pyxbld``
directory in the user's home directory. Passing a different path directory in the user's home directory. Passing a different path
......
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