diff options
author | Georg Brandl <georg@python.org> | 2008-05-11 10:53:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-11 10:53:16 (GMT) |
commit | bb74a78f0ad9fd35b84c91731bf097ee2e5cb966 (patch) | |
tree | 92e6c86cd355dcddfc43d3a9ccba93c8a7c74a0b /Doc | |
parent | edb978ff632f01c54927f12609ca9bb21224a60c (diff) | |
download | cpython-bb74a78f0ad9fd35b84c91731bf097ee2e5cb966.zip cpython-bb74a78f0ad9fd35b84c91731bf097ee2e5cb966.tar.gz cpython-bb74a78f0ad9fd35b84c91731bf097ee2e5cb966.tar.bz2 |
Remove an obsolete sentence.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/datamodel.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 74b2efb..1e33fa3 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -198,9 +198,7 @@ Ellipsis .. index:: pair: integer; representation The rules for integer representation are intended to give the most meaningful - interpretation of shift and mask operations involving negative integers. Any - operation except left shift, if it yields a result in the plain integer domain - without causing overflow, will yield the same result when using mixed operands. + interpretation of shift and mask operations involving negative integers. :class:`numbers.Real` (:class:`float`) .. index:: |