Utilities/binplistlib.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
--- 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()

eric ide

mercurial