LanguageClient-neovim icon indicating copy to clipboard operation
LanguageClient-neovim copied to clipboard

denite: fix IntEnum str representation for python3.11

Open 4eUeP opened this issue 2 years ago • 0 comments

Python 3.11 has a breaking change that IntEnum.__str__() returns the int value instead of its name. This will make the following indexing fail on Python 3.11.

Ref: https://docs.python.org/3.11/library/enum.html#enum.IntEnum

4eUeP avatar Jan 09 '23 13:01 4eUeP