mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
This commit is contained in:
parent
3f94cbf9eb
commit
8ecf50474c
5 changed files with 106 additions and 19 deletions
|
@ -9,7 +9,11 @@ import tempfile
|
|||
import shutil
|
||||
import zipfile
|
||||
|
||||
|
||||
# Note: pkgutil.walk_packages is currently tested in test_runpy. This is
|
||||
# a hack to get a major issue resolved for 3.3b2. Longer term, it should
|
||||
# be moved back here, perhaps by factoring out the helper code for
|
||||
# creating interesting package layouts to a separate module.
|
||||
# Issue #15348 declares this is indeed a dodgy hack ;)
|
||||
|
||||
class PkgutilTests(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue