
report at bugs
Sep 13, 2007, 5:23 AM
Post #1 of 2
(659 views)
Permalink
|
|
[issue1161] Mangled chars in offending line of SyntaxError traceback
|
|
New submission from Eduardo Padoan: Python 3.0a1 (py3k:58103, Sep 11 2007, 13:52:21) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> asd asd File "<stdin>", line 1 P�� ^ SyntaxError: invalid syntax ---------- components: Interpreter Core messages: 55888 nosy: eopadoan severity: normal status: open title: Mangled chars in offending line of SyntaxError traceback type: behavior versions: Python 3.0 __________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue1161> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|