]> granicus.if.org Git - python/commit
Allow the 'onerror' argument to walk_packages() to catch any Exception, not
authorPhillip J. Eby <pje@telecommunity.com>
Wed, 26 Jul 2006 19:48:27 +0000 (19:48 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Wed, 26 Jul 2006 19:48:27 +0000 (19:48 +0000)
commiteb26ea3f83a0ea729eaf4bc2a44279013effd21a
tree5c4dd4a116679c2f9104afc4dc9f4f0c23fa13f7
parentab260049238fecff65da6af508c804f5e8a092de
Allow the 'onerror' argument to walk_packages() to catch any Exception, not
just ImportError.  This allows documentation tools to better skip unimportable
packages.
Lib/pkgutil.py