New submission from Georg Brandl:

With attached file (which contains a single latin-1 instead of utf-8
encoded character), Python prints "SyntaxError: None" instead of a more
helpful analysis of the problem.

----------
assignee: loewis
files: x.py
keywords: py3k
messages: 55527
nosy: georg.brandl, loewis
severity: normal
status: open
title: invalid file encoding results in "SyntaxError: None"
type: behavior
versions: Python 3.0

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1069>
__________________________________
# -*- coding: utf-8 -*-
ä
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to