On 7/17/07, Kurt B. Kaiser <[EMAIL PROTECTED]> wrote: > For what it's worth, I posted a patch to ast.c against the 2.6 trunk > which massages the unicode exception into a SyntaxError showing the > location. > > That approach lets unicodeobject.c handle the gory details while ast.c > handles the SyntaxError generation. It might be a solution until > something deeper along the lines of Martin's thoughts is possibly > developed. > > I don't think that any reference adjustments are needed, but someone > should check the patch. > > www.python.org/sf/1755885
Thanks! Checked in, and merged into p3yk. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
