summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2019-01-24-13-25-21.bpo-35814.r_MjA6.rst
blob: 5d216b273e95dfd91923f91c541ec9c50cab0068 (plain)
1
2
Allow same right hand side expressions in annotated assignments as in normal ones.
In particular, ``x: Tuple[int, int] = 1, 2`` (without parentheses on the right) is now allowed.