--- a/Utilities/binplistlib.py Sun Apr 09 16:52:55 2017 +0200 +++ b/Utilities/binplistlib.py Sat May 06 13:43:21 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()