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 beng94
Recipients Hernan.Grecco, beng94, martin.panter
Date 2016-02-06.12:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454760369.07.0.2183061528.issue21042@psf.upfronthosting.co.za>
In-reply-to
Content
Added a new patch, as Martin pointed out, I put back the ABI matching. The regex looks quite ugly, because it has to match \n\t. To be exact, it has to match something like this: "/lib/x86_64-linux-gnu/libc.so.6\n\tlibbz2.so.1.0 (libc6,x86-64)".

I updated the docs, although I don't know what should I write for the version, please someone help me with that.

For testing, there's a test function in this module, I updated that.
History
Date User Action Args
2016-02-06 12:06:09beng94setrecipients: + beng94, martin.panter, Hernan.Grecco
2016-02-06 12:06:09beng94setmessageid: <1454760369.07.0.2183061528.issue21042@psf.upfronthosting.co.za>
2016-02-06 12:06:09beng94linkissue21042 messages
2016-02-06 12:06:08beng94create