<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 1, 2015 at 1:23 AM, Tim Peters <span dir="ltr"><<a href="mailto:tim.peters@gmail.com" target="_blank">tim.peters@gmail.com</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=":327" class="" style="overflow:hidden">>>> x == y<br>
False<br>
<br>
Only that last one may be surprising, but it's really just another way<br>
of saying "naive and aware don't mix, period". </div></blockquote></div><br>This is a relatively recent feature. [1, 2, 3]  Changed in version 3.3.</div><div class="gmail_extra"><br></div><div class="gmail_extra">[1]: <a href="http://mail.python.org/pipermail/python-dev/2012-June/119933.html">http://mail.python.org/pipermail/python-dev/2012-June/119933.html</a></div><div class="gmail_extra">[2]: <a href="http://bugs.python.org/issue15006">http://bugs.python.org/issue15006</a></div><div class="gmail_extra">[3]: <a href="https://hg.python.org/cpython/rev/8272699973cb">https://hg.python.org/cpython/rev/8272699973cb</a></div></div>