Python package for executing functions when packages are imported
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
769 B

Importhook Changelog
===================
Version 1.0.9
-------------
:Released: 06-18-2020
:Changes:
Correct super call in HookMetaPaths.__setitem__ (#3)
Version 1.0.8
-------------
:Released: 03-09-2020
:Changes:
Revert: Change usage of f-strings in debug logs to ''.format()
Add `python_requires=">3.3"`
Version 1.0.7
-------------
:Released: 03-09-2020
:Changes:
Change usage of f-strings in debug logs to ''.format()
Version 1.0.6
-------------
:Released: 09-25-2018
:Changes:
Fix support for older loaders that use load_module or find_module
Version 1.0.5
-------------
:Released: 09-25-2018
:Changes:
Remove HookLoader functions load_module and create_module.
Version 1.0.4
-------------
:Released: 09-25-2018
:Changes:
Initial release.