Skip to content

LibCST 0.3.16 Release - 2020-12-16

Compare
Choose a tag to compare
@zsol zsol released this 16 Dec 20:08
df231f3

Added

  • Support PEP-604 style unions in decorator annotations #429
  • Gathering exports in augmented assignment statements #426

Fixed

  • Don't allow out of order accesses in the global scope #431
  • Handle scope ordering in For statements #430
  • Fix for not parsing subscripts such as cast()["from"] #428
  • Walrus operator's left hand side now has STORE expression context #433