In few places l.sort() is used followed by l.reverse() these can be merged in py2.7, so it gain minorl speed improvement.
l.sort()
l.reverse()
PR #964
Metadata Update from @tkopecek: - Issue set to the milestone: 1.17 - Issue tagged with: easyfix
Commit f71804d0 fixes this issue
Commit 17db100d fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/963
Please continue any further discussion there.