]> granicus.if.org Git - python/commit
Added 'create_tree()'.
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:02:22 +0000 (03:02 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:02:22 +0000 (03:02 +0000)
commit32ce329ce4c8ac8a958a624f060274bd50a8f5b9
treef410a77c9dc368188ef4312b610fe70846456cf2
parent318a9d7aa2163031eac19291592b1f396e11a879
Added 'create_tree()'.
Changes to 'copy_file()':
  * added support for making hard links and symlinks
  * noted that it silently clobbers existing files when copying, but
    blows up if destination exists when linking -- hmmm...
  * error message tweak
Added 'base_name' parameter to 'make_tarball()' and 'make_zipfile()'.
Added 'make_archive()' -- wrapper around 'make_tarball()' or
  'make_zipfile()' to take care of the archive "root directory".
Lib/distutils/util.py