]> granicus.if.org Git - python/commitdiff
Remove an obsolete sentence.
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:53:16 +0000 (10:53 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:53:16 +0000 (10:53 +0000)
Doc/reference/datamodel.rst

index 74b2efbe12a58c4fe49744acd60099ec615766c1..1e33fa3ecc449cf0982f65f7d06030cfcf476719 100644 (file)
@@ -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::