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 6efed49 commit 91e526fCopy full SHA for 91e526f
stubs/stdlib/usys.pyi
@@ -69,7 +69,7 @@ stdin : Any ## <class 'FileIO'> = <io.FileIO 0>
69
"""Standard input ``stream``."""
70
stdout : Any ## <class 'FileIO'> = <io.FileIO 1>
71
"""Standard output ``stream``."""
72
-version = '3.4.0; MicroPython v1.19.1 on 2022-09-08' # type: str
+version = '3.4.0; MicroPython v1.19.1 on 2022-09-09' # type: str
73
"""Python language version that this implementation conforms to, as a string."""
74
version_info = () # type: tuple
75
"""Python language version that this implementation conforms to, as a tuple of ints."""
0 commit comments