-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
BugHelp WantedWe will be glad if somebody proposes a solution via PRWe will be glad if somebody proposes a solution via PRgood first issue
Description
Hi. I have a code that is using native paths and antifactory paths to read files in binary mode. I'm struggling with open() limitation to have only "r" mode supported, not "rb".
As far as I see, files are opened in binary mode anyway (when reading line-by-line I'm seeing bytes instead of strings).
This makes code awkward, as I need to specify "rb" to native paths and "r" to artifactory paths, even they are all binary.
Can open function not throw an error when passing "rb" instead of "r" parameter?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugHelp WantedWe will be glad if somebody proposes a solution via PRWe will be glad if somebody proposes a solution via PRgood first issue