summaryrefslogtreecommitdiffstatshomepage
path: root/tests/io/file-stdio.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-10 21:41:14 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-10 21:41:14 +0000
commit8c2b333affea7445c457c5247df047947bed9b53 (patch)
treeb697957a499162ccca3219dca426b1bcd35cd0c7 /tests/io/file-stdio.py
parent7d0bfbedd218fadd91e2bbeb6486371ffeb7b682 (diff)
parent2e24ee8d80de20e879275c087ecc1ca9b4d27297 (diff)
downloadmicropython-8c2b333affea7445c457c5247df047947bed9b53.tar.gz
micropython-8c2b333affea7445c457c5247df047947bed9b53.zip
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'tests/io/file-stdio.py')
-rw-r--r--tests/io/file-stdio.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/io/file-stdio.py b/tests/io/file-stdio.py
new file mode 100644
index 0000000000..cbdb070163
--- /dev/null
+++ b/tests/io/file-stdio.py
@@ -0,0 +1,4 @@
+import sys
+
+print(sys.stdin.fileno())
+print(sys.stdout.fileno())