File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ FUSE-Python_ bindings FAQ
55.. _FUSE-Python: http://fuse.sourceforge.net/wiki/index.php/FusePython
66
77:Author: Csaba Henk
8- :copyright: This document has been placed in the public domain.
98
109
1110Frequently Asked Questions
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ FUSE-Python_ bindings new API
55.. _FUSE-Python: http://fuse.sourceforge.net/wiki/index.php/FusePython
66
77:Author: Csaba Henk
8- :copyright: This document has been placed in the public domain.
98
109I've made several changes on the FUSE Python interface as we knew it.
1110We will review here how this effects the usage of the module -- both
@@ -325,8 +324,9 @@ safely passed down to FUSE.
325324Long-term compatibility
326325-----------------------
327326
328- You are suggested to declare explicitly the API you use by setting
329- ``fuse.fuse_python_api`` to the value of ``fuse.FUSE_PYTHON_API_VERSION`` as
330- it's definied in the fuse.py instance you code your filesystem against. This
331- ensures that your code will keep working even if further API revisions take
332- place.
327+ Your filesystem is expected to set ``fuse.fuse_python_api`` in order to
328+ make it easy for the fuse module to find out the which FUSE-Python API revision
329+ is appropriate for your code. Concretely, set ``fuse.fuse_python_api``
330+ to the value of ``fuse.FUSE_PYTHON_API_VERSION`` as it's definied in the fuse.pyi
331+ instance you code your filesystem against. This ensures that your code will
332+ keep working even if further API revisions take place.
You can’t perform that action at this time.
0 commit comments