DescriptionReplaced custom OrderedDict with collections.OrderedDict
Now that python 2.7 is on all of the bots (see http://crbug.com/241769) there shouldn't be a need to keep using the custom implementation of OrderedDict that was added to maintain compatibility with older versions of python.
Therefore this change removes the custom implementation and replaces it with collections.OrderedDict.
Patch Set 1 #Patch Set 2 : Rebase with master (4ec6c4e3a94bd04a6da2858163d40b2429b8aad1) #
Messages
Total messages: 7 (4 generated)
|