Boto: Python3.4 PendingDeprecationWarning: the imp module is deprecated

Created on 17 Nov 2015  路  6Comments  路  Source: boto/boto

The imp module was deprecated in python 3.4 in favour of importlib. It's currently being used in boto/plugin.py

compat

Most helpful comment

Still present in boto 2.49.0 and python 3.8 馃槥
Please fix it, it's very annoying

All 6 comments

Hi! Are there any plans to fix it? 馃I'd greatly appreciate it 馃

Any update on this?

  /Users/****/Repos/****/env/lib/python3.7/site-packages/boto/plugin.py:40: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

Adding my voice - I find it mildly annoying too.

+1 same issue with Python 3.8

This hasn't seen an update in almost 5 years, so I'm thinking the maintainers don't have the time to tackle this. Perhaps someone from the community could make the fix and PR it? (that someone could be me, I'd just have to make the time for it.)

Still present in boto 2.49.0 and python 3.8 馃槥
Please fix it, it's very annoying

Was this page helpful?
0 / 5 - 0 ratings