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 ezio.melotti
Recipients ezio.melotti, wfatp
Date 2013-07-09.23:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373412670.41.0.477601549756.issue18419@psf.upfronthosting.co.za>
In-reply-to
Content
That's because subprocess.getstatusoutput exists only in Python 3, and not Python 2.7.  The "if sys.version_info==2:" is also wrong, so subprocess is always selected, resulting in an error when the program is run with Python 2.
History
Date User Action Args
2013-07-09 23:31:10ezio.melottisetrecipients: + ezio.melotti, wfatp
2013-07-09 23:31:10ezio.melottisetmessageid: <1373412670.41.0.477601549756.issue18419@psf.upfronthosting.co.za>
2013-07-09 23:31:10ezio.melottilinkissue18419 messages
2013-07-09 23:31:10ezio.melotticreate