diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-05-18 07:35:54 -0700 |
|---|---|---|
| committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2017-05-18 07:35:54 -0700 |
| commit | 252748ea7dc284747562b5de212aba51d79a2479 (patch) | |
| tree | 2305dcdf765e1718c1d50813c22b2e0a2efd2d7c /tests/test_build_py.py | |
| parent | b19c8614bc78fef2b48148e4ec4ea46274320416 (diff) | |
| download | python-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
