<div dir="ltr"><div dir="ltr"><div style="font-family:monospace,monospace;font-size:small" class="gmail_default">Hi!</div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Option 4) Just make the change directly in 3.8,  s/OrderedDict/dict/, and be done will it.  This gives users the benefits right away and doesn't annoy them with warnings that they likely don't care about.   There is some precedent for this.  To make namedtuple class creation faster, the *verbose* option was dropped without any deprecation period.  It looks like no one missed that feature at all, but they did get the immediate benefit of faster import times.  In the case of using regular dicts in named tuples, people will get immediate and significant space savings as well as a speed benefit.<br></blockquote><div><br></div><div> <span class="gmail_default" style="font-family:monospace,monospace;font-size:small">+1  for option 4</span></div><div><span class="gmail_default" style="font-family:monospace,monospace;font-size:small"><br></span></div><div><span class="gmail_default" style="font-family:monospace,monospace;font-size:small">Regards!</span></div><div><span class="gmail_default" style="font-family:monospace,monospace;font-size:small">eamanu</span><br></div></div></div></div>