summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/plistlib.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst
index 03cd3c1da7..7301d49510 100644
--- a/Doc/library/plistlib.rst
+++ b/Doc/library/plistlib.rst
@@ -107,13 +107,6 @@ This module defines the following functions:
An :exc:`OverflowError` will be raised for integer values that cannot
be represented in (binary) plist files.
- .. warning::
-
- For compatibility with Apple's libraries it is possible to write
- an integer in the range from 2 ** 63 upto (and including) 2 ** 64
- to binary plists, even though these will be read back as negative
- values.
-
.. versionadded: 3.4