mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* ast: Fix annotated assignment * ast: Support annotated variable without a value * tests: Test annotated assign statements * news: Add annotated-assignment
23 lines
214 B
ReStructuredText
23 lines
214 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Annotated assignments (``x: int = 42``, ``x: int``).
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|