[issue6383] error in unicodedata.numeric(u"\u2187") and 2188

Vernon Cole report at bugs.python.org
Tue Jun 30 19:31:12 CEST 2009


Vernon Cole <vernondcole at gmail.com> added the comment:

Wow! Quick response! My outstanding bug on IronPython has been hanging out
there since August of last year.
  I don't really want to try compiling the standard library on my laptop,
but I do want to fully test my code soon. What is the first place I can
expect to see this in binary form? 3.2 alpha?
--
Vernon

On Tue, Jun 30, 2009 at 8:28 AM, Amaury Forgeot d'Arc <
report at bugs.python.org> wrote:

>
> Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
>
> Right. Actually unicodetype_db.h is the one included in unicodectype.c,
> I moved my script into makeunicodedata.py.
>
> Here is a new patch. The code generated for _PyUnicode_ToNumeric is the
> same as before (except for some tabs), see the old patch if you want to
> check the actual changes in the function.
>
> ----------
> Added file: http://bugs.python.org/file14405/unicode-tonumeric-2.patch
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue6383>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file14409/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6383>
_______________________________________
-------------- next part --------------
Wow! Quick response! My outstanding bug on IronPython has been hanging out there since August of last year. <br>  I don&#39;t really want to try compiling the standard library on my laptop, but I do want to fully test my code soon. What is the first place I can expect to see this in binary form? 3.2 alpha?<br>
--<br>Vernon<br><br><div class="gmail_quote">On Tue, Jun 30, 2009 at 8:28 AM, Amaury Forgeot d&#39;Arc <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
Amaury Forgeot d&#39;Arc &lt;<a href="mailto:amauryfa at gmail.com">amauryfa at gmail.com</a>&gt; added the comment:<br>
<br>
</div>Right. Actually unicodetype_db.h is the one included in unicodectype.c,<br>
I moved my script into makeunicodedata.py.<br>
<br>
Here is a new patch. The code generated for _PyUnicode_ToNumeric is the<br>
same as before (except for some tabs), see the old patch if you want to<br>
check the actual changes in the function.<br>
<br>
----------<br>
Added file: <a href="http://bugs.python.org/file14405/unicode-tonumeric-2.patch" target="_blank">http://bugs.python.org/file14405/unicode-tonumeric-2.patch</a><br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue6383" target="_blank">http://bugs.python.org/issue6383</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br>


More information about the Python-bugs-list mailing list