<div dir="ltr">Hi guys,<div><br></div><div>I was just going to test whether a mapping is dict-like or an OrderedDict-like object by doing this: </div><div><br></div><div>    isinstance(x, collections.Sequence)</div><div><br></div><div>But then I checked and saw that this is False:</div><div><br></div><div>    issubclass(collections.OrderedDict, collections.Sequence) is False</div><div><br></div><div>Why isn't an OrderedDict a Sequence?</div></div>