<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 3, 2014 at 5:48 PM, Terry Reedy <span dir="ltr"><<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</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">Would you allow super/subscripts as prefixes rather than suffixes? I presume not since we already disallow initial numbers.</blockquote>
</div><br>Python 3 does not recognize subscripts as numbers:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">>>> int('₂')</div><div class="gmail_extra">Traceback (most recent call last):</div>
<div class="gmail_extra"> File "<stdin>", line 1, in <module></div><div class="gmail_extra">ValueError: invalid literal for int() with base 10: '₂'</div></div></div>