<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 9, 2014 at 8:44 PM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":14a" class="" style="overflow:hidden">It is certainly required when writing code that will behave the same in<br>

version 2 and 3</div></blockquote></div><br>This is not true.  An alternative is to put</div><div class="gmail_extra"><br></div><div class="gmail_extra">__metaclass__ = type<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">
at the top of your module to make all classes in your module new-style in python2.</div></div>