comp_for is now called sync_comp_for for all Python versions to be compatible with the Python 3.8 Grammar

This commit is contained in:
Dave Halter
2019-06-09 18:00:32 +02:00
parent a7aa23a7f0
commit b5d50392a4
11 changed files with 45 additions and 45 deletions
+3 -1
View File
@@ -3,9 +3,11 @@
Changelog
---------
0.4.1 (2019-06-05)
0.5.0 (2019-06-05)
++++++++++++++++++
- **Breaking Change** comp_for is now called sync_comp_for for all Python
versions to be compatible with the Python 3.8 Grammar
- Added .pyi stubs for a lot of the parso API
- Small FileIO changes