8000
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 fb33009 commit 808b492Copy full SHA for 808b492
errno/errno.py
@@ -32,3 +32,4 @@
32
EPIPE = 32 # Broken pipe
33
EDOM = 33 # Math argument out of domain of func
34
ERANGE = 34 # Math result not representable
35
+EINPROGRESS = 115 # Operation now in progress
errno/setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
3
setup(name='micropython-errno',
4
- version='0.1',
+ version='0.1.1',
5
description='errno module for MicroPython',
6
url='https://github.com/micropython/micropython/issues/405',
7
author='MicroPython Developers',
0 commit comments