]> granicus.if.org Git - python/commit
Reorganization: ripped util.py to shreds, creating in the process:
authorGreg Ward <gward@python.net>
Tue, 4 Apr 2000 02:05:59 +0000 (02:05 +0000)
committerGreg Ward <gward@python.net>
Tue, 4 Apr 2000 02:05:59 +0000 (02:05 +0000)
commitaebf706b4e845d7525d2d8e792f0e23fcfb3e6af
tree97c2dc7d622118a518c84934707c0c4f1dc1c1d1
parentfe6462c1f3206dd69659d20b5babab515fc6d4c3
Reorganization: ripped util.py to shreds, creating in the process:
  - file_util.py: operations on single files
  - dir_util.py: operations on whole directories or directory trees
  - dep_util.py: simple timestamp-based dependency analysis
  - archive_util.py: creation of archive (tar, zip, ...) files
The functions left in util.py are miscellany that don't fit in any of the
new files.
Lib/distutils/archive_util.py [new file with mode: 0644]
Lib/distutils/dep_util.py [new file with mode: 0644]
Lib/distutils/dir_util.py [new file with mode: 0644]
Lib/distutils/file_util.py [new file with mode: 0644]
Lib/distutils/util.py