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 dpward
Recipients SilentGhost, TheRegRunner, dpward, dstufft, eric.araujo, martin.panter, r.david.murray
Date 2016-04-12.00:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460421917.47.0.734005273013.issue25627@psf.upfronthosting.co.za>
In-reply-to
Content
This revised patch has a small change so that the subprocess output is decoded from a byte sequence to a string, which is necessary when running this under Python 3.

With this change, this worked for me on Fedora 23 with Python 3.4.3.

It also worked on Fedora 23 with Python 2.7.11, but I had to apply the patch by hand, because of small differences in the original file as a result of SVN revisions 54854 and 57699 for Python 3.0. I also had to add "import subprocess" to the top of this file.
History
Date User Action Args
2016-04-12 00:45:17dpwardsetrecipients: + dpward, eric.araujo, r.david.murray, SilentGhost, martin.panter, dstufft, TheRegRunner
2016-04-12 00:45:17dpwardsetmessageid: <1460421917.47.0.734005273013.issue25627@psf.upfronthosting.co.za>
2016-04-12 00:45:17dpwardlinkissue25627 messages
2016-04-12 00:45:16dpwardcreate