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 gregory.p.smith
Recipients gregory.p.smith
Date 2015-02-24.19:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424806251.59.0.348952778957.issue23508@psf.upfronthosting.co.za>
In-reply-to
Content
Workaround: To determine the behavior of the interpreter your POSIX program is running under rather than a hard coded patch level version check, write appropriate conditional code to perform a test such as:

_returns_new_status = subprocess.getstatusoutput('kill $$')[0] < 0
History
Date User Action Args
2015-02-24 19:30:51gregory.p.smithsetrecipients: + gregory.p.smith
2015-02-24 19:30:51gregory.p.smithsetmessageid: <1424806251.59.0.348952778957.issue23508@psf.upfronthosting.co.za>
2015-02-24 19:30:51gregory.p.smithlinkissue23508 messages
2015-02-24 19:30:51gregory.p.smithcreate