Changes between Version 5 and Version 6 of SortedDict


Ignore:
Timestamp:
Mar 27, 2009, 11:22:51 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

    v5 v6  
    2828This works. SortedDict got keys in right order.
    2929{{{
     30from django.utils.datastructures import SortedDict
    3031d2 = SortedDict()
    3132d2['b'] = 1
Back to Top