[FEAT] - paramiko.sftp_file.SFTPFile sould also derive from python's io.IOBase ABC
Open
Nobody has claimed this yet.
Feature
- Dominant language
- Python
- Stars
- 9.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Is this feature for paramiko acting as a client or a server?
Client
What functionality does this feature request relate to?
SFTP
For client-side features, does this relate to a specific type of SSH server?
No response
If you're using paramiko as part of another tool, which tool/version?
No response
Desired behavior
io.IOBase is what any binary/text stream should extend.
Anything else?
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the paramiko.sftp_file.SFTPFile entry point and Python's io.IOBase contract to identify the required stream interface. Inspect the existing SFTPFile behavior and tests, then confirm that SFTPFile derives from IOBase without breaking its client-side SFTP operations and that the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100