Utilities/binplistlib.py

changeset 5726
e1dbd217214a
parent 5624
cdd346d8858b
child 6048
82ad8ec9548c
--- a/Utilities/binplistlib.py	Fri May 05 19:05:26 2017 +0200
+++ b/Utilities/binplistlib.py	Fri May 05 19:06:52 2017 +0200
@@ -292,6 +292,8 @@
         @return unpickled object
         @exception InvalidPlistException raised to indicate an invalid
             plist file
+        @exception NotBinaryPlistException raised to indicate, that the
+            plist file is not a binary file
         """
         result = None
         self.reset()

eric ide

mercurial