Author: Brian Kearns <[email protected]>
Branch: use-file-star-for-file
Changeset: r73429:4ff11b806c16
Date: 2014-09-10 19:13 -0400
http://bitbucket.org/pypy/pypy/changeset/4ff11b806c16/
Log: merge default
diff --git a/pypy/module/sys/test/test_sysmodule.py
b/pypy/module/sys/test/test_sysmodule.py
--- a/pypy/module/sys/test/test_sysmodule.py
+++ b/pypy/module/sys/test/test_sysmodule.py
@@ -91,6 +91,10 @@
assert isinstance(sys.__stderr__, file)
assert isinstance(sys.__stdin__, file)
+ assert sys.__stdin__.name == "<stdin>"
+ assert sys.__stdout__.name == "<stdout>"
+ assert sys.__stderr__.name == "<stderr>"
+
if self.appdirect and not isinstance(sys.stdin, file):
return
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit