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
Require FS.openbin to return a file-handle in binary mode (#435)
* Add test to ensure mode of files opened with `openbin` contain `b` flag
* Fix `FTPFS.openbin` not implicitly converting mode to binary mode
* Add missing `mode` attribute to `_MemoryFile` objects
* Add missing type annotation to `_MemoryFile.mode` property
0 commit comments