From: Georg Brandl Date: Sun, 11 May 2008 10:53:16 +0000 (+0000) Subject: Remove an obsolete sentence. X-Git-Tag: v3.0b1~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb74a78f0ad9fd35b84c91731bf097ee2e5cb966;p=thirdparty%2FPython%2Fcpython.git Remove an obsolete sentence. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 74b2efbe12a5..1e33fa3ecc44 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::