]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
HP-Prec is not 64-bit
authorGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:35:28 +0000 (17:35 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:35:28 +0000 (17:35 +0000)
Doc/lib/libmarshal.tex
Doc/libmarshal.tex

index 319c195139c638c965605557a0c926ea75a4cfd6..3abcc4291dc98c454ffc7db9b349b6112df33475 100644 (file)
@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
 (they will cause infinite loops).
 
 {\bf Caveat:} On machines where C's \code{long int} type has more than
-32 bits (such as the DEC Alpha or the HP Precision Architecture), it
+32 bits (such as the DEC Alpha), it
 is possible to create plain Python integers that are longer than 32
 bits.  Since the current \code{marshal} module uses 32 bits to
 transfer plain Python integers, such values are silently truncated.
index 319c195139c638c965605557a0c926ea75a4cfd6..3abcc4291dc98c454ffc7db9b349b6112df33475 100644 (file)
@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
 (they will cause infinite loops).
 
 {\bf Caveat:} On machines where C's \code{long int} type has more than
-32 bits (such as the DEC Alpha or the HP Precision Architecture), it
+32 bits (such as the DEC Alpha), it
 is possible to create plain Python integers that are longer than 32
 bits.  Since the current \code{marshal} module uses 32 bits to
 transfer plain Python integers, such values are silently truncated.