mirror of
https://github.com/python/cpython.git
synced 2026-02-18 21:31:21 +00:00
I’ve made more edits than the bug report suggested to make sure the generated setup script is compatible with many Python versions; a comment in the source explains that in detail. The cfg_to_args function uses old 2.x idioms like codecs.open and RawConfigParser.readfp because I want the setup.py generated by packaging and distutils2 to be the same. Most users won’t see the deprecation warning and I ignore it in the test suite. Thanks to David Barnett for the report and original patch. |
||
|---|---|---|
| .. | ||
| 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 | ||