ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 72 forks source link

mistake in documentation? - fstat does not return a tuple #132

Closed hakaishi closed 3 years ago

hakaishi commented 3 years ago

Link to documentation: https://ssh2-python.readthedocs.io/en/latest/sftp_handle.html#ssh2.sftp_handle.SFTPHandle.fsetstat Problem: SFTPHandle.fsetstat only returns ssh2.sftp_handle.SFTPAttributes and not a tuple (int, SFTPAttributes) like it is currently written.

Is this just a documentation issue or a wrong implementation?

pkittenis commented 3 years ago

Documentation needs updating.