We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507f7bd commit 3ce9972Copy full SHA for 3ce9972
tests/snippets/os_static.py
@@ -3,6 +3,5 @@
3
assert os.O_RDONLY == 0
4
assert os.O_WRONLY == 1
5
assert os.O_RDWR == 2
6
-assert os.O_NONBLOCK == 4
7
assert os.O_APPEND == 8
8
assert os.O_CREAT == 512
0 commit comments