You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accessor: Add mode and kwargs parameters and default to binary mode
Fix issue #19 based on the description and progress from PR xenserver#24.
Allows for opening text and binary files in text and binary modes.
Mode, encoding and error handling can be set by passing the parameters
"encoding" and "errors" using the kwargs parameters from openAddress()
and writeFile() to open(mode, **kwargs) and ftp.makefile(mode, **kwargs).
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
0 commit comments