mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
* 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()) |
||
|---|---|---|
| .. | ||
| python-mappings | ||
| comparecodecs.py | ||
| gencjkcodecs.py | ||
| gencodec.py | ||
| genwincodec.py | ||
| genwincodecs.bat | ||
| listcodecs.py | ||
| Makefile | ||
| makeunicodedata.py | ||
| mkstringprep.py | ||