diff options
author | Guido van Rossum <guido@python.org> | 1994-02-23 09:10:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-02-23 09:10:27 (GMT) |
commit | 9f65ae0093e45eeadc5ed8c5cb3a9fc1f9b29f95 (patch) | |
tree | 51563477e7d4c7644f2670bf4c02f7922806ea29 /Misc | |
parent | 749057be5afc425a7e9185062b239d44e20fc2be (diff) | |
download | cpython-9f65ae0093e45eeadc5ed8c5cb3a9fc1f9b29f95.zip cpython-9f65ae0093e45eeadc5ed8c5cb3a9fc1f9b29f95.tar.gz cpython-9f65ae0093e45eeadc5ed8c5cb3a9fc1f9b29f95.tar.bz2 |
Fix weird messed up paragraphs
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python.man | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Misc/python.man b/Misc/python.man index 206f8ba..052240e 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -47,20 +47,16 @@ applications. See the internal documentation for hints. .SH COMMAND LINE OPTIONS .TP -.TP .B \-d Turn on parser debugging output (for wizards only, depending on compilation options). +.TP .B \-i When a script is passed as first argument or the \fB\-c\fP option is used, enter interactive mode after executing the script or the -command. This can be useful to inspect global variables or a stack -trace when a script raises an exception. -.TP -.B \-i -When executing a program from a file, this option enters interactive -mode after the program has completed. It does not read the -$PYTHONSTARTUP file. +command. It does not read the $PYTHONSTARTUP file. This can be +useful to inspect global variables or a stack trace when a script +raises an exception. .TP .B \-k This hack, eh, feature is intended to help you to find expression |