diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-09 03:05:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-09 03:05:14 (GMT) |
commit | c4431ee4404db67202789dcccc77e8ef14f16e2f (patch) | |
tree | 559b25a85d8eb7ea37fc18e409dfdd29b6b06ef4 /Misc/python.man | |
parent | a924289e9a0919911d57a3f78a5e5546ad966ea4 (diff) | |
download | cpython-c4431ee4404db67202789dcccc77e8ef14f16e2f.zip cpython-c4431ee4404db67202789dcccc77e8ef14f16e2f.tar.gz cpython-c4431ee4404db67202789dcccc77e8ef14f16e2f.tar.bz2 |
add -3 to manpage
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index 705f7bc..56d57f4 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -54,6 +54,9 @@ python \- an interpreted, interactive, object-oriented programming language [ .B \-x ] +[ +.B \-3 +] .br [ .B \-c @@ -236,6 +239,9 @@ is thus equivalent to an omitted line number. Skip the first line of the source. This is intended for a DOS specific hack only. Warning: the line numbers in error messages will be off by one! +.TP +.B \-3 +Warn about Python 3.x incompatibilities that 2to3 cannot trivially fix. .SH INTERPRETER INTERFACE The interpreter interface resembles that of the UNIX shell: when called with standard input connected to a tty device, it prompts for |