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
- added support for O_RDONLY, O_WRONLY, O_RDWR, O_APPEND, O_TRUNC and O_EXCL (O_CREAT was already implemented)
- added support for opening directories read-only for Posix systems
- fixespytest-dev#204
- added support for O_RDONLY, O_WRONLY, O_RDWR, O_APPEND, O_TRUNC and O_EXCL (O_CREAT was already implemented)
- added support for opening directories read-only for Posix systems
- fixes#204
Currently,
os.open()
is supported only for file creation. File reading/writing and directory access shall be added.This is needed for #194.
The text was updated successfully, but these errors were encountered: