mirror of
https://github.com/python/cpython
synced 2024-11-02 14:09:31 +00:00
3972628de3
* 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()) |
||
---|---|---|
.. | ||
libpython.py |