diff options
author | Greg Ward <gward@python.net> | 2000-03-31 02:50:04 +0000 |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-03-31 02:50:04 +0000 |
commit | 578c10d9a542883428b54ef4684497c31b4cf8d3 (patch) | |
tree | 80f64bf04e4a5ae95000ad4accbc2616bd1a3851 /Lib/distutils/errors.py | |
parent | 43da798b426be41870b5a9cb639f2d06b2b4b985 (diff) | |
download | cpython-git-578c10d9a542883428b54ef4684497c31b4cf8d3.tar.gz |
Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods
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
Diffstat (limited to 'Lib/distutils/errors.py')
0 files changed, 0 insertions, 0 deletions