<div dir="ltr"><div class="gmail_default" style="font-size:small">I submitted the 3.6 patch that Raymond committed. The purpose of the change was to allow access to the ordering of the columns.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It doesn't use any of the OrderedDict-only methods, and I'd be very surprised if a reversion to using dict in 3.7 would cause any tests to fail.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">regards</div><div class="gmail_default" style="font-size:small"> Steve</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Steve Holden<br></div></div></div>
<br><div class="gmail_quote">On Mon, Dec 18, 2017 at 6:30 AM, å°šè¾‰ <span dir="ltr"><<a href="mailto:shangdahao@gmail.com" target="_blank">shangdahao@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><pre style="white-space:pre-wrap;word-wrap:break-word;color:rgb(0,0,0);font-size:11.8953px">Since regular dicts are ordered in 3.7, it might be cleaner to returning regular dict instead of OrderedDict?</pre>
</div></div>
<br>______________________________<wbr>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/steve%40holdenweb.com" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/options/python-dev/<wbr>steve%40holdenweb.com</a><br>
<br></blockquote></div><br></div>