diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:02:10 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:02:10 (GMT) |
commit | c6d210ca7673c6ce0cb4b77ada22087f58372efc (patch) | |
tree | 905c39266f91fbeebbeb69a5848f9eb5808bc32c /Doc/lib | |
parent | e4993c7ac72842d18fb5689d7c77be2246b65708 (diff) | |
download | cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.zip cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.tar.gz cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.tar.bz2 |
Get rid of last vestiges of BINARY_DIVIDE.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libdis.tex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 67691b7..a5b2c2c 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -189,11 +189,6 @@ Implements \code{TOS = TOS1 ** TOS}. Implements \code{TOS = TOS1 * TOS}. \end{opcodedesc} -\begin{opcodedesc}{BINARY_DIVIDE}{} -Implements \code{TOS = TOS1 / TOS} when -\code{from __future__ import division} is not in effect. -\end{opcodedesc} - \begin{opcodedesc}{BINARY_FLOOR_DIVIDE}{} Implements \code{TOS = TOS1 // TOS}. \end{opcodedesc} |