[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-07-13 Thread Martijn Pieters
Martijn Pieters added the comment: Yeah, I should have thought of that in the first place. Done, and thanks, Ned! -- ___ Python tracker ___ __

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-07-12 Thread Ned Deily
Ned Deily added the comment: Martijn, please report problems with the python.org web site to its issue tracker: https://github.com/python/pythondotorg/issues. Thanks! -- ___ Python tracker ___

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-07-12 Thread Martijn Pieters
Martijn Pieters added the comment: The *redirect* should be corrected here too! http://www.python.org/peps/pep-0263.html is still going to be in use for some time to come, a simple redirect *on Python.org* to the correct location would be helpful. -- nosy: +mjpieters

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f80199b009ef by Ned Deily in branch '2.7': Issue #21789: fix broken link (reported by Jan Varho) http://hg.python.org/cpython/rev/f80199b009ef -- nosy: +python-dev ___ Python tracker

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-06-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-06-17 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 17.06.2014 15:00, Jan Varho wrote: > > New submission from Jan Varho: > > When trying to run a file with non-ASCII symbols without declaring an > encoding, python 2.7 gives the following error: > > File "foo.py", line 2 > SyntaxError: Non-ASCII chara

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-06-17 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 17.06.2014 15:03, M.-A. Lemburg wrote: > On 17.06.2014 15:00, Jan Varho wrote: >> >> New submission from Jan Varho: >> >> When trying to run a file with non-ASCII symbols without declaring an >> encoding, python 2.7 gives the following error: >> >> File

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-06-17 Thread Jan Varho
New submission from Jan Varho: When trying to run a file with non-ASCII symbols without declaring an encoding, python 2.7 gives the following error: File "foo.py", line 2 SyntaxError: Non-ASCII character '\xc3' in file fo.py on line 2, but no encoding declared; see http://www.python.org/peps