Add SyntaxError.get_message

This commit is contained in:
Dave Halter
2020-06-16 08:51:54 +02:00
parent 61ad05d511
commit be184241fd
3 changed files with 12 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ Unreleased: 0.17.1 (2020-04-)
- Django ``Model`` meta class support
- Added Django Stubs to Jedi, thanks to all contributors of the
`Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
- Added ``SyntaxError.get_message``
- Python 3.9 support
- A few bugfixes