diff options
author | Georg Brandl <georg@python.org> | 2008-06-04 13:01:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-04 13:01:30 (GMT) |
commit | a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124 (patch) | |
tree | 4b3704507702b98e0ce4107403a72093a5d6b9fc /Misc/python.man | |
parent | f954c4b9fb8529cc13a2e24c58137c66ac836b28 (diff) | |
download | cpython-a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124.zip cpython-a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124.tar.gz cpython-a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124.tar.bz2 |
Revert r63934 -- it was mixing two patches.
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index 3399a95..42f0123 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -35,6 +35,9 @@ python \- an interpreted, interactive, object-oriented programming language .B \-S ] [ +.B \-t +] +[ .B \-u ] .br @@ -141,6 +144,11 @@ and the site-dependent manipulations of .I sys.path that it entails. .TP +.B \-t +Issue a warning when a source file mixes tabs and spaces for +indentation in a way that makes it depend on the worth of a tab +expressed in spaces. Issue an error when the option is given twice. +.TP .B \-u Force stdin, stdout and stderr to be totally unbuffered. On systems where it matters, also put stdin, stdout and stderr in binary mode. |