Make namedexpr_test a proper NamedExpr class

This commit is contained in:
Dave Halter
2020-08-05 00:26:16 +02:00
parent 6405a1227f
commit 1714c1d0de
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ Unreleased (XXXX-XX-XX)
- Dropped Support for Python 2.7, 3.4, 3.5
- It's 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``
- A lot of smaller refactorings
0.7.1 (2020-07-24)