commit | ac9f2f3de31787a016a1220b304db388dc1705e9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Aug 10 13:47:54 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Aug 10 13:47:54 2012 -0400 |
tree | 781ab74268b6ca9c6ab18ec71d0c1b0aa7a6d9c9 | |
parent | f4dc9204cc406ab41c2d643c1a64375a6a2954e5 [diff] |
Issue #15576: Allow extension modules to be a package's __init__ module again. Also took the opportunity to stop accidentally exporting _imp.extension_suffixes() as public.