]> granicus.if.org Git - python/commit
provide less mysterious error messages when seeing end-of-line in
authorSkip Montanaro <skip@pobox.com>
Thu, 15 Aug 2002 01:20:16 +0000 (01:20 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 15 Aug 2002 01:20:16 +0000 (01:20 +0000)
commit118ec70ea27000db428ba3e3a757f4b423670db6
treeaa0d92d2928436e81c1e85b8aecf23c9a4f7dd4e
parent90e9a79afdb0bbee73fbdbe252b305ba918e46c3
provide less mysterious error messages when seeing end-of-line in
single-quoted strings or end-of-file in triple-quoted strings.
closes patch 586561.
Include/errcode.h
Parser/tokenizer.c
Python/pythonrun.c