mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-18 22:08:02 +08:00
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:
+3
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user