--- 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()