]> granicus.if.org Git - python/commit
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 23:48:03 +0000 (01:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 23:48:03 +0000 (01:48 +0200)
commitfe7c5b5bdf7c21551b56be563fc604f2d4d3c756
tree831d9e33e02ad3e1c9bf2d0c113a9de8cdad5770
parent7f2fee36401f7b987a368fe043637b3ae7116600
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Lib/test/test_imp.py
Misc/NEWS
Parser/tokenizer.c
Parser/tokenizer.h
Python/import.c
Python/traceback.c