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 serhiy.storchaka
Recipients Thomas.Waldmann, lemburg, njs, serhiy.storchaka
Date 2018-06-13.17:50:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528912238.09.0.947875510639.issue26544@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the strategy used for platform.libc_ver() is not perfect. But the implementation has bugs that make it useless. The following PR fixes two bugs in the implementation:

1) Version numbers compared as strings.
2) Versions that are located on the border of 16 KiB blocks were not recognized or were recognized incorrectly.
History
Date User Action Args
2018-06-13 17:50:38serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, njs, Thomas.Waldmann
2018-06-13 17:50:38serhiy.storchakasetmessageid: <1528912238.09.0.947875510639.issue26544@psf.upfronthosting.co.za>
2018-06-13 17:50:38serhiy.storchakalinkissue26544 messages
2018-06-13 17:50:37serhiy.storchakacreate