]> granicus.if.org Git - python/commit
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
authorBrett Cannon <brett@python.org>
Mon, 2 Jul 2012 19:13:11 +0000 (15:13 -0400)
committerBrett Cannon <brett@python.org>
Mon, 2 Jul 2012 19:13:11 +0000 (15:13 -0400)
commit98979b85e7fa164b365635b99b83d91f30773850
tree71a1350c1fa9c1129c4872401e925bb4b5a38c25
parent8e2f5564b3cce162aa1427dcd26092f24f418418
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Also eliminates some C code in Python/import.c as well.

Patch by Eric Snow with verification by comparing against another
patch from Jeff Knupp.
Lib/imp.py
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/import.c
Python/importlib.h