Skip to content

2.4.2

Compare
Choose a tag to compare
@dflook dflook released this 28 Jun 19:37
1b1b958

Fixed

  • Rare Exceptions when encountering empty f-string str parts
  • Missing required parentheses in return statements for iterable unpacking in python <3.8
  • Missing parentheses in some complex dict expansions

Removed

  • Python 2.6 support