This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Arfrever, chortos, gvanrossum, petri.lehtinen, pitrou, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2013-09-21.23:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379806260.39.0.303221681406.issue12085@psf.upfronthosting.co.za>
In-reply-to
Content
No, that is not a good fix.  It would mask other programming errors.  There is a *reason* the error/traceback is printed when an error occurs.

The fact that the Popen logic may be a bit complex is not an argument in favor of a fix that hides errors.
History
Date User Action Args
2013-09-21 23:31:00r.david.murraysetrecipients: + r.david.murray, gvanrossum, terry.reedy, pitrou, vstinner, Arfrever, chortos, python-dev, petri.lehtinen, serhiy.storchaka
2013-09-21 23:31:00r.david.murraysetmessageid: <1379806260.39.0.303221681406.issue12085@psf.upfronthosting.co.za>
2013-09-21 23:31:00r.david.murraylinkissue12085 messages
2013-09-21 23:31:00r.david.murraycreate