[Python-3000-checkins] r63054 - python/branches/py3k/Doc/reference/datamodel.rst

georg.brandl python-3000-checkins at python.org
Sun May 11 12:53:16 CEST 2008


Author: georg.brandl
Date: Sun May 11 12:53:16 2008
New Revision: 63054

Log:
Remove an obsolete sentence.


Modified:
   python/branches/py3k/Doc/reference/datamodel.rst

Modified: python/branches/py3k/Doc/reference/datamodel.rst
==============================================================================
--- python/branches/py3k/Doc/reference/datamodel.rst	(original)
+++ python/branches/py3k/Doc/reference/datamodel.rst	Sun May 11 12:53:16 2008
@@ -198,9 +198,7 @@
       .. 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::


More information about the Python-3000-checkins mailing list