[issue2439] Patch to add a get_data function to pkgutil

Phillip J. Eby report at bugs.python.org
Thu Mar 20 22:36:28 CET 2008


Phillip J. Eby <pje at telecommunity.com> added the comment:

Hi Paul.  AFAICT, this doesn't look like it will actually work for
filesystem data.  get_loader() will return None for "regular",
filesystem-installed modules, at least in Python 2.5.  Perhaps you
should add a test case for that?

----------
nosy: +pje

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2439>
__________________________________


More information about the Python-bugs-list mailing list