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 lemburg
Recipients belopolsky, ezio.melotti, lemburg, loewis
Date 2010-11-29.18:37:58
SpamBayes Score 1.9729443e-05
Marked as misclassified No
Message-id <4CF3F304.30303@egenix.com>
In-reply-to <AANLkTi=_3q3e-+XkuJx1WbuoZyOtuUuf4z+=bRj7ZVC2@mail.gmail.com>
Content
Alexander Belopolsky wrote:
> 
> Alexander Belopolsky <belopolsky@users.sourceforge.net> added the comment:
> 
> 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.

Sure, we won't need that script anytime soon and if we do, we
can just as well use the Python2 version.
History
Date User Action Args
2010-11-29 18:38:00lemburgsetrecipients: + lemburg, loewis, belopolsky, ezio.melotti
2010-11-29 18:37:58lemburglinkissue10552 messages
2010-11-29 18:37:58lemburgcreate