commit | 2657df47449dd5d324985a5eb43b937217e0d7e0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri May 04 15:20:40 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri May 04 15:20:40 2012 -0400 |
tree | 9010c343fd2387a7961009b5b2ed93c7176fc6b1 | |
parent | 17098a5447f8bc742023b39eb7d8ef141beed119 [diff] [blame] |
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.
diff --git a/Python/importlib.h b/Python/importlib.h index e9f5faf..1681605 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ