New submission from Brett Cannon <[EMAIL PROTECTED]>: The following leads to a SyntaxError in 3.0:
compile(b'# coding: latin-1\nu = "\xC7"\n', '<dummy>', 'exec') That is not the case in Python 2.6. ---------- messages: 71251 nosy: brett.cannon severity: normal status: open title: compile() cannot decode Latin-1 source encodings _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3574> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com