summaryrefslogtreecommitdiff
path: root/tests/test_build_py.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-05-18 07:35:54 -0700
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2017-05-18 07:35:54 -0700
commit252748ea7dc284747562b5de212aba51d79a2479 (patch)
tree2305dcdf765e1718c1d50813c22b2e0a2efd2d7c /tests/test_build_py.py
parentb19c8614bc78fef2b48148e4ec4ea46274320416 (diff)
downloadpython-setuptools-git-252748ea7dc284747562b5de212aba51d79a2479.tar.gz
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())
Diffstat (limited to 'tests/test_build_py.py')
0 files changed, 0 insertions, 0 deletions