14
0
forked from pool/python-parso
2020-09-03 20:22:48 +00:00
committed by Git OBS Bridge
parent a23ca3f4a3
commit 0754ceca53
4 changed files with 4 additions and 13 deletions

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
Thu Aug 13 11:00:02 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.0
* Dropped Support for Python 2.7, 3.4, 3.5
* its possible to use pathlib.Path objects now in the API
* The stubs are gone, we are now using annotations
* namedexpr_test nodes are now a proper class called NamedExpr
-------------------------------------------------------------------
Tue Apr 14 10:03:43 UTC 2020 - Benjamin Greiner <code@bnavigator.de>