Changes between Version 5 and Version 6 of SortedDict
- Timestamp:
- Mar 27, 2009, 11:22:51 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v5 v6 28 28 This works. SortedDict got keys in right order. 29 29 {{{ 30 from django.utils.datastructures import SortedDict 30 31 d2 = SortedDict() 31 32 d2['b'] = 1