We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plistlib.InvalidFileException
1 parent 240c200 commit 65181deCopy full SHA for 65181de
Doc/library/plistlib.rst
@@ -78,8 +78,7 @@ This module defines the following functions:
78
exceptions on ill-formed XML. Unknown elements will simply be ignored
79
by the plist parser.
80
81
- The parser for the binary format raises :exc:`InvalidFileException`
82
- when the file cannot be parsed.
+ The parser raises :exc:`InvalidFileException` when the file cannot be parsed.
83
84
.. versionadded:: 3.4
85
@@ -170,6 +169,15 @@ The following constants are available:
170
169
171
172
+The module defines the following exceptions:
173
+
174
+.. exception:: InvalidFileException
175
176
+ Raised when a file cannot be parsed.
177
178
+ .. versionadded:: 3.4
179
180
181
Examples
182
--------
183
0 commit comments