]> granicus.if.org Git - python/commit
Because plistlib doesn't catch all possible errors that can
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jul 2003 22:03:14 +0000 (22:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jul 2003 22:03:14 +0000 (22:03 +0000)
commita7203d10375c9efa69b8a39f8a4c9f71c20f1e9e
tree0d448e56ab6ca04892b1feb23716bea708eaae0c
parent749f481478023f3aea9c2e7456240e84d8efe188
Because plistlib doesn't catch all possible errors that can
happen while parsing a plistfile feeding an ill-formatted file to
pimp may cause an exception. As a stopgap we use an unqualified except
and print an error message "Unspecified error, probably ill-formatted
database". Fixes #765621.
Mac/Tools/IDE/PackageManager.py