Marc-Andre Lemburg <[email protected]> added the comment: Alexander Belopolsky wrote: > > Alexander Belopolsky <[email protected]> added the comment: > > On Mon, Nov 29, 2010 at 1:21 PM, Marc-Andre Lemburg > <[email protected]> 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10552> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
