• Brett Cannon's avatar
    Issue #13959: Deprecate imp.get_suffixes() for new attributes on · cb66eb0d
    Brett Cannon yazdı
    importlib.machinery that provide the suffix details for import.
    The attributes were not put on imp so as to compartmentalize
    everything importlib needs for setting up imports in
    importlib.machinery.
    
    This also led to an indirect deprecation of inspect.getmoduleinfo() as
    it directly returned imp.get_suffix's returned tuple which no longer
    makes sense.
    cb66eb0d
Adı
Son kayıt (commit)
Son güncelleme
..
builtin Loading commit data...
extension Loading commit data...
frozen Loading commit data...
import_ Loading commit data...
source Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
abc.py Loading commit data...
benchmark.py Loading commit data...
regrtest.py Loading commit data...
test_abc.py Loading commit data...
test_api.py Loading commit data...
test_util.py Loading commit data...
util.py Loading commit data...