This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vernondcole
Recipients amaury.forgeotdarc, benjamin.peterson, ezio.melotti, loewis, vernondcole
Date 2009-06-30.17:31:10
SpamBayes Score 8.363456e-10
Marked as misclassified No
Message-id <b7eb4a700906301031y1ec55e78gec62c14deeb31e0@mail.gmail.com>
In-reply-to <1246372128.83.0.854694365306.issue6383@psf.upfronthosting.co.za>
Content
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@bugs.python.org> wrote:

>
> Amaury Forgeot d'Arc <amauryfa@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@bugs.python.org>
> <http://bugs.python.org/issue6383>
> _______________________________________
>
Files
File name Uploaded
unnamed vernondcole, 2009-06-30.17:31:10
History
Date User Action Args
2009-06-30 17:31:12vernondcolesetrecipients: + vernondcole, loewis, amaury.forgeotdarc, benjamin.peterson, ezio.melotti
2009-06-30 17:31:10vernondcolelinkissue6383 messages
2009-06-30 17:31:10vernondcolecreate