summaryrefslogtreecommitdiff
path: root/Misc/python.man
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-26 01:55:15 +0100
committerÉric Araujo <merwok@netwok.org>2011-03-26 01:55:15 +0100
commitbe3bd57ba22f7bda63dc0215b49b993a530e6145 (patch)
treea87174ae1006793d5c800a9374d911bfe9daa89b /Misc/python.man
parent79fe2a3462f2f9a18092adc88791d332f1e724bb (diff)
downloadcpython-git-be3bd57ba22f7bda63dc0215b49b993a530e6145.tar.gz
Remove traces of division_warning left over from Python 2 (#10998)
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man13
1 files changed, 0 insertions, 13 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 53b77fcd1b..0ef5467fb2 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -37,10 +37,6 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-O0
]
[
-.B -Q
-.I argument
-]
-[
.B \-s
]
[
@@ -152,15 +148,6 @@ Discard docstrings in addition to the \fB-O\fP optimizations.
Do not print the version and copyright messages. These messages are
also suppressed in non-interactive mode.
.TP
-.BI "\-Q " argument
-Division control; see PEP 238. The argument must be one of "old" (the
-default, int/int and long/long return an int or long), "new" (new
-division semantics, i.e. int/int and long/long returns a float),
-"warn" (old division semantics with a warning for int/int and
-long/long), or "warnall" (old division semantics with a warning for
-all use of the division operator). For a use of "warnall", see the
-Tools/scripts/fixdiv.py script.
-.TP
.B \-s
Don't add user site directory to sys.path.
.TP