diff options
author | Guido van Rossum <guido@python.org> | 1997-11-20 15:42:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-20 15:42:46 (GMT) |
commit | 51bb7b79406a65f78075da371fda74af5d6b2f98 (patch) | |
tree | e8db382e1dee3cf03ec389d081ff38a0ef515580 /Misc/BLURB | |
parent | f5831ae92e0c0689a14da7f636ba471c6209c1ca (diff) | |
download | cpython-51bb7b79406a65f78075da371fda74af5d6b2f98.zip cpython-51bb7b79406a65f78075da371fda74af5d6b2f98.tar.gz cpython-51bb7b79406a65f78075da371fda74af5d6b2f98.tar.bz2 |
Dang. Formatting glitch.
Diffstat (limited to 'Misc/BLURB')
-rw-r--r-- | Misc/BLURB | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ for all major platforms, and can be freely distributed. Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is -easy: a bug or bad input will never cause a segmentation -fault. Instead, when the interpreter discovers an error, it raises an +easy: a bug or bad input will never cause a segmentation fault. +Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary |