diff options
Diffstat (limited to 'Doc/library/marshal.rst')
-rw-r--r-- | Doc/library/marshal.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/marshal.rst b/Doc/library/marshal.rst index 0cf69b4..bc43184 100644 --- a/Doc/library/marshal.rst +++ b/Doc/library/marshal.rst @@ -45,12 +45,6 @@ themselves supported; and recursive lists and dictionaries should not be written (they will cause infinite loops). .. warning:: - - Some unsupported types such as subclasses of builtins will appear to marshal - and unmarshal correctly, but in fact, their type will change and the - additional subclass functionality and instance attributes will be lost. - -.. warning:: On machines where C's ``long int`` type has more than 32 bits (such as the DEC Alpha), it is possible to create plain Python integers that are longer |