Files
openide/python/services
Ilya.Kazakevich 35519fd1d3 PY-80049: Check Python2 version correctly.
We execute `--version` to find python version.
Since 3.4 Python uses stdout for output, but before that it used stderr.

We now check both: stdout and stderr.


(cherry picked from commit ca9059b71cabbd1a94e26523192cdf9eeb8c1eb1)

IJ-CR-159420

GitOrigin-RevId: b72d289da7f1643c18dd35fc97a7a32daec7b0f3
2025-04-04 16:29:45 +00:00
..
2025-02-11 22:25:45 +00:00

PyCharm services is a set of APIs to interact with the PyCharm execution subsystem.

Each service is implemented as an interface and a function with the same name to get an instance of it.
Services usually have showcases in "tests" roots.