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 neologix
Recipients BreamoreBoy, David.Edelsohn, aivarsk, neologix, serhiy.storchaka
Date 2014-10-12.15:07:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2U2CzR7DuntxxFxvrq9Q78YEzqLR25PvovFNuOjGNrWQ@mail.gmail.com>
In-reply-to <1413125096.92.0.802431967208.issue17293@psf.upfronthosting.co.za>
Content
Why is that a different issue?
The code you *add in this patch* uses os.popen, why not use subprocess instead?

Furthermore, the code catches OSError when calling popen(), but
popen() doesn't raise an exception.
History
Date User Action Args
2014-10-12 15:07:59neologixsetrecipients: + neologix, BreamoreBoy, serhiy.storchaka, aivarsk, David.Edelsohn
2014-10-12 15:07:59neologixlinkissue17293 messages
2014-10-12 15:07:59neologixcreate