]> granicus.if.org Git - python/commit
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
authorBrett Cannon <brett@python.org>
Fri, 4 May 2012 19:20:40 +0000 (15:20 -0400)
committerBrett Cannon <brett@python.org>
Fri, 4 May 2012 19:20:40 +0000 (15:20 -0400)
commit2657df47449dd5d324985a5eb43b937217e0d7e0
tree9010c343fd2387a7961009b5b2ed93c7176fc6b1
parent17098a5447f8bc742023b39eb7d8ef141beed119
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.

This introduces a new function, imp.extension_suffixes(), which is
currently undocumented. That is forthcoming once issue #14657 is
resolved and how to expose file suffixes is decided.
19 files changed:
Lib/imp.py
Lib/importlib/_bootstrap.py
Lib/importlib/test/extension/test_case_sensitivity.py
Lib/importlib/test/extension/test_finder.py
Lib/importlib/test/extension/test_path_hook.py
Lib/importlib/test/source/test_case_sensitivity.py
Lib/importlib/test/source/test_finder.py
Lib/importlib/test/source/test_path_hook.py
Python/dynload_aix.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_next.c
Python/dynload_os2.c
Python/dynload_shlib.c
Python/dynload_stub.c
Python/dynload_win.c
Python/import.c
Python/importdl.h
Python/importlib.h