doc: Add hint about python 2 support (#1060)

* doc: Add hint about python 2 support

* Update README.rst

Co-authored-by: Dave Halter <davidhalter88@gmail.com>
This commit is contained in:
Volodymyr Kozachynskyi
2021-06-22 22:45:23 +02:00
committed by GitHub
parent 6812ce11b7
commit 7ac81cb880

View File

@@ -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
------------------------------------------------------------