STINNER Victor <[email protected]> added the comment: > stdout = open("/dev/null", "w"), stderr = sys.stdout
You ask to write all outputs to /dev/null. Why do you expect anything on stdout? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12607> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
