Skip to content

Commit 725d8b1

Browse files
author
dzsekijo
committed
minor doc fixes
1 parent 6cea002 commit 725d8b1

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

FAQ

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1110
Frequently Asked Questions

README.new_fusepy_api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

109
I've made several changes on the FUSE Python interface as we knew it.
1110
We will review here how this effects the usage of the module -- both
@@ -325,8 +324,9 @@ safely passed down to FUSE.
325324
Long-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.

0 commit comments

Comments
 (0)