]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replaced 'self.files' with 'self.filelist': now we carry around a FileList
authorGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:30:31 +0000 (01:30 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:30:31 +0000 (01:30 +0000)
commit23266fe5cf730dedabb44951168ff141c0ac9bac
tree862a16ffe1c136fef75956d14325bdee17426b15
parent4571ac15f7dff2f7197cb9952749899cbc38ea45
Replaced 'self.files' with 'self.filelist': now we carry around a FileList
instance instead of a list of filenames.  Simplifies the "sdist" command
only a bit, but should allow greater simplification of FileList.
Lib/distutils/command/sdist.py