[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#603277: ITP: python-ordereddict -- drop-in substitute for Py2.7's new collections.OrderedDict



Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: python-ordereddict
        Version: 1.1
Upstream Author: Raymond Hettinger
            URL: http://pypi.python.org/pypi/ordereddict/
        License: MIT
    Description: drop-in substitute for Py2.7's new
collections.OrderedDict

python-ordereddict is a drop-in substitute for Py2.7's new 
collections.OrderedDict that works in Python 2.4-2.6. The recipe has
big-oh
performance that matches regular dictionaries (amortized O(1)
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).



Reply to: