[Bug 614299] New: Review Request: python-ordereddict - Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 14 03:47:46 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-ordereddict - Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.

https://bugzilla.redhat.com/show_bug.cgi?id=614299

           Summary: Review Request: python-ordereddict - Py2.7's new
                    collections.OrderedDict that works in Python 2.4-2.6.
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: jni at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL:
http://jamesni.fedorapeople.org/python-ordereddict/python-ordereddict.spec
SRPM URL:
http://jamesni.fedorapeople.org/python-ordereddict/python-ordereddict-1.1-1.fc13.src.rpm

Description: Drop-in substitute for Py2.7's new collections.OrderedDict. The
recipe has big-oh performance that matches regular dictionaries (amortized O(1)
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

Originally based on http://code.activestate.com/recipes/576693/

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list