Staging instance, all changes can be removed at any time

Skip to content

parse_xml: build regular dicts instead of OrderedDicts.

  1. we don't need order
  2. regular dicts guarantee order now
  3. diffs between dict and OrderedDict in pytest's output are unreadable

Migrated from D4591 (view on Phabricator)

Merge request reports

Loading