stockbsd Li added the comment:

1. py2 is unaffected, because stderr/stdout is not None in py2's pythonw and 
the catch works correctly.

2. as to py3, I prefer this patch:
-  execpt OSError:
+  execpt:

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23016>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to