pynvim icon indicating copy to clipboard operation
pynvim copied to clipboard

WIP: deprecate imp module

Open Shougo opened this issue 3 years ago • 2 comments

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 avatar Jun 24 '21 05:06 Shougo

Can you test it?

Shougo avatar Jun 24 '21 05:06 Shougo

No response...

Shougo avatar Jul 04 '21 06:07 Shougo

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

justinmk avatar Jul 14 '23 20:07 justinmk