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 belopolsky
Recipients belopolsky, ezio.melotti, lemburg, loewis
Date 2010-11-29.18:36:46
SpamBayes Score 0.0010162079
Marked as misclassified No
Message-id <AANLkTi=_3q3e-+XkuJx1WbuoZyOtuUuf4z+=bRj7ZVC2@mail.gmail.com>
In-reply-to <4CF3EF41.5090808@egenix.com>
Content
On Mon, Nov 29, 2010 at 1:21 PM, Marc-Andre Lemburg
<report@bugs.python.org> wrote:
..
> BTW: You appear to have a comma appended to the constant, that doesn't
> belong there:
>
> +# Placeholder for a missing codepoint
> +MISSING_CODE = -1,
> +
>
> Perhaps that's causing the second error you are seeing.

No, that comma was a left-over from the attempt to fix the
mac_chinsimp error.  The trace that I reported was generated with
MISSING_CODE = -1.   I am replacing the patch.

Is it ok to commit a partial fix?  It may take longer to fix the mac error.
Files
File name Uploaded
issue10552a.diff belopolsky, 2010-11-29.18:36:46
History
Date User Action Args
2010-11-29 18:36:48belopolskysetrecipients: + belopolsky, lemburg, loewis, ezio.melotti
2010-11-29 18:36:46belopolskylinkissue10552 messages
2010-11-29 18:36:46belopolskycreate