SIGN IN SIGN UP

bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)

* Replaced list(<generator expression>) with list comprehension
* Replaced dict(<generator expression>) with dict comprehension
* Replaced set(<list literal>) with set literal
* Replaced builtin func(<list comprehension>) with func(<generator
  expression>) when supported (e.g. any(), all(), tuple(), min(), &
  max())
J
Jon Dufresne committed
3972628de3d569c88451a2a176a1c94d8822b8a6
Parent: 906f533
Committed by Raymond Hettinger <rhettinger@users.noreply.github.com> on 5/18/2017, 2:35:54 PM