mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01:00
578c10d9a5
provided by Distribution. Cosmetic and error message tweaks. Simplified 'make_release_tree()': * extracted 'distutils.util.create_tree()' * don't have to do hard-linking ourselves -- it's now handled by 'distutils.util.copy_file()' (although the detection of whether hard linking is available still needs to be factored out) Removed 'make_tarball()' and 'make_zipfile()' entirely -- their role is now amply filled by 'distutils.util.make_archive()'. Simplified 'make_distribution()': * use Distribution's new 'get_full_name()' method * use 'make_archive()' instead of if/elif/.../else on the archive format |
||
---|---|---|
.. | ||
__init__.py | ||
build_clib.py | ||
build_ext.py | ||
build_py.py | ||
build.py | ||
clean.py | ||
install_lib.py | ||
install.py | ||
sdist.py |