]> granicus.if.org Git - python/commitdiff
Issue #21789: fix broken link (reported by Jan Varho)
authorNed Deily <nad@acm.org>
Tue, 17 Jun 2014 19:24:53 +0000 (12:24 -0700)
committerNed Deily <nad@acm.org>
Tue, 17 Jun 2014 19:24:53 +0000 (12:24 -0700)
Parser/tokenizer.c

index 16d311c83d77bcc23ede20e1218f664aaf0644ed..3e4af5334d71961ede4d2193afb39ef4b2761357 100644 (file)
@@ -534,7 +534,7 @@ decoding_fgets(char *s, int size, struct tok_state *tok)
             "Non-ASCII character '\\x%.2x' "
             "in file %.200s on line %i, "
             "but no encoding declared; "
-            "see http://www.python.org/peps/pep-0263.html for details",
+            "see http://python.org/dev/peps/pep-0263/ for details",
             badchar, tok->filename, tok->lineno + 1);
         PyErr_SetString(PyExc_SyntaxError, buf);
         return error_ret(tok);