https://bugzilla.redhat.com/show_bug.cgi?id=1487884 Bug ID: 1487884 Summary: Review Request: python-sortedcontainers - Python Sorted Container Types: SortedList, SortedDict, and SortedSet Product: Fedora Version: rawhide Component: Package Review Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: quantum.analyst@xxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: http://qulogic.fedorapeople.org//python-sortedcontainers.spec SRPM URL: http://qulogic.fedorapeople.org//python-sortedcontainers-1.5.7-1.fc26.src.rpm Description: SortedContainers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions. Python’s standard library is great until you need a sorted collections type. Many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you’re faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking. In Python, we can do better. And we can do it in pure-Python! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx