<div dir="ltr">On Sun, Oct 14, 2012 at 2:04 AM, MRAB <span dir="ltr"><<a href="mailto:python@mrabarnett.plus.com" target="_blank">python@mrabarnett.plus.com</a>></span> wrote:<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


If it's more than one codepoint, we could prefix with the length of the<br>
codepoint's name:<br>
<br>
def __12CIRCLED_PLUS__(x, y):<br>
    ...<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>That's a bit impractical, and why reinvent the wheel? I'd much rather:</div><div><br></div><div>def \u2295(x, y):</div><div>

    ....</div><div><br></div><div>So readable I want to read it twice. And that's not legal python today so we don't break backwards compatibility!</div><div><br></div><div>Yuval</div></div></div>