mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merged revisions 77314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77314 | ezio.melotti | 2010-01-05 10:37:27 +0200 (Tue, 05 Jan 2010) | 1 line #7432: remove unnecessary from __future__ import division ........
This commit is contained in:
parent
6ea2a3deb8
commit
5f7dde18aa
1 changed files with 2 additions and 4 deletions
|
@ -219,8 +219,7 @@ result back on the stack.
|
|||
|
||||
.. opcode:: BINARY_TRUE_DIVIDE ()
|
||||
|
||||
Implements ``TOS = TOS1 / TOS`` when ``from __future__ import division`` is in
|
||||
effect.
|
||||
Implements ``TOS = TOS1 / TOS``.
|
||||
|
||||
|
||||
.. opcode:: BINARY_MODULO ()
|
||||
|
@ -290,8 +289,7 @@ the original TOS1.
|
|||
|
||||
.. opcode:: INPLACE_TRUE_DIVIDE ()
|
||||
|
||||
Implements in-place ``TOS = TOS1 / TOS`` when ``from __future__ import
|
||||
division`` is in effect.
|
||||
Implements in-place ``TOS = TOS1 / TOS``.
|
||||
|
||||
|
||||
.. opcode:: INPLACE_MODULO ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue