Changes between Version 2 and Version 3 of SortedDict


Ignore:
Timestamp:
Sep 29, 2008, 9:40:17 AM (16 years ago)
Author:
oyvind
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

    v2 v3  
    11= !SortedDict =
    22One of Django's custom data structure classes[[br]]
    3 source:django/trunk/django/utils/datastructures.py
     3source:http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L53
    44
    55A dictionary that keeps its keys in the order in which they're inserted.
Back to Top