[issue7301] Add environment variable $PYTHONWARNINGS

Antoine Pitrou report at bugs.python.org
Sat Apr 10 04:25:01 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The tests don't look good to me. You should use p.communicate() rather than p.stdout.read(). Also, check the error return code and raise an error if it's non-zero.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7301>
_______________________________________


More information about the Python-bugs-list mailing list