Changes between Version 2 and Version 3 of SortedDict
- Timestamp:
- Sep 29, 2008, 9:40:17 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v2 v3 1 1 = !SortedDict = 2 2 One of Django's custom data structure classes[[br]] 3 source: django/trunk/django/utils/datastructures.py3 source:http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L53 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.