neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.54k stars 120 forks source link

WIP: deprecate imp module #486

Closed Shougo closed 1 year ago

Shougo commented 3 years ago

Since there are no reasonable alternatives to imp in python2.7, I figured it'd be the easiest to try importing python3 modules and if that fails, fall back to the previous method. However this will remove that annoying DeprecationWarning for everyone using python3.

Shougo commented 3 years ago

Can you test it?

Shougo commented 3 years ago

No response...

justinmk commented 1 year ago

Rebased in https://github.com/neovim/pynvim/pull/527