From 7ac81cb88059d3daaf2d654cbb5cd03d23a60d33 Mon Sep 17 00:00:00 2001 From: Volodymyr Kozachynskyi <38531666+kozachynskyi@users.noreply.github.com> Date: Tue, 22 Jun 2021 22:45:23 +0200 Subject: [PATCH] doc: Add hint about python 2 support (#1060) * doc: Add hint about python 2 support * Update README.rst Co-authored-by: Dave Halter --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2c73c84..ac82362 100644 --- a/README.rst +++ b/README.rst @@ -230,6 +230,12 @@ Finally, if you don't want completion, but all the other features, use: FAQ === +I want to use Jedi with a Python 2 Environment, but it's not listed under "Known environments" +---------------------------------------------------------------------------------------------- + +Starting with version 0.18.0 Jedi dropped support for Python 2. + + I don't want the docstring window to popup during completion ------------------------------------------------------------