Re: Proposal: errors with URLs in them

2010-01-26 Thread Andy McKay
On 2010-01-21, at 3:53 PM, Russell Keith-Magee wrote: > On Fri, Jan 22, 2010 at 1:35 AM, Andy McKay wrote: >> >> This is of course won't be possible for all errors or all parts of Django, >> but would work for some of the more common errors that crop up regularly. >> Would this be a course wo

Re: Proposal: errors with URLs in them

2010-01-21 Thread Russell Keith-Magee
On Fri, Jan 22, 2010 at 1:35 AM, Andy McKay wrote: > One of my favourite errors in Python is this one: > >        File "settings.py", line 2 >        SyntaxError: Non-ASCII character '\xce' in file settings.py on line 2, >        but no encoding declared; see http://www.python.org/peps/pep-0263.ht

Proposal: errors with URLs in them

2010-01-21 Thread Andy McKay
One of my favourite errors in Python is this one: File "settings.py", line 2 SyntaxError: Non-ASCII character '\xce' in file settings.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details This is when you've declared a non-ASCII