mirror of
https://github.com/python/cpython.git
synced 2026-02-22 15:10:47 +00:00
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks!
* Replace sometimes sys.platform.startswith('linux') with
sys.platform == 'linux'
* sys.platform doesn't contain the major version on Cygwin on Mac OS X
(it's just 'cygwin' and 'darwin')
|
||
|---|---|---|
| .. | ||
| command | ||
| compiler | ||
| pypi | ||
| tests | ||
| __init__.py | ||
| _trove.py | ||
| compat.py | ||
| config.py | ||
| create.py | ||
| database.py | ||
| depgraph.py | ||
| dist.py | ||
| errors.py | ||
| fancy_getopt.py | ||
| install.py | ||
| manifest.py | ||
| markers.py | ||
| metadata.py | ||
| run.py | ||
| util.py | ||
| version.py | ||