Deprecate Python 2 support

This commit is contained in:
Dave Halter
2019-12-27 11:29:39 +01:00
parent 8c737ba17e
commit 70bf3d9586

View File

@@ -21,6 +21,8 @@ Changelog
- ``usages`` deprecated, use ``find_references`` instead
- ``jedi.names`` deprecated, use ``jedi.Script(...).names()``
- ``BaseDefinition.goto_assignments`` renamed to ``BaseDefinition.goto``
- Python 2 support deprecated. For this release it is best effort. Python 2 has
reached the end of its life and now it's just about a smooth transition.
0.15.2 (2019-12-20)
+++++++++++++++++++