We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plistlib.InvalidFileException
1 parent 1d8cd48 commit 0c11043Copy full SHA for 0c11043
Doc/library/plistlib.rst
@@ -74,8 +74,7 @@ This module defines the following functions:
74
exceptions on ill-formed XML. Unknown elements will simply be ignored
75
by the plist parser.
76
77
- The parser for the binary format raises :exc:`InvalidFileException`
78
- when the file cannot be parsed.
+ The parser raises :exc:`InvalidFileException` when the file cannot be parsed.
79
80
.. versionadded:: 3.4
81
@@ -154,6 +153,15 @@ The following constants are available:
154
153
155
156
+The module defines the following exceptions:
157
+
158
+.. exception:: InvalidFileException
159
160
+ Raised when a file cannot be parsed.
161
162
+ .. versionadded:: 3.4
163
164
165
Examples
166
--------
167
0 commit comments