ide-python icon indicating copy to clipboard operation
ide-python copied to clipboard

Update to Python 3.10 match-case construction

Open maleksware opened this issue 3 years ago • 1 comments

Will ide-python be updated for Python 3.10? If no, why?

maleksware avatar Oct 06 '21 10:10 maleksware

I'm attempting to move to Atom from VSCodium since Microsoft blocks PyLance support on non-MS builds, and the Jedi language server doesn't support Python 3.10's match statement (https://github.com/davidhalter/jedi/issues/1843). Unfortunately, it looks like Atom has the same issue, since it also uses Jedi for Python syntax checking.

asdorsey avatar Mar 24 '22 15:03 asdorsey