]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The other half of Rene Liebscher's patch to add the Template class,
authorGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:05:02 +0000 (01:05 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:05:02 +0000 (01:05 +0000)
commit4571ac15f7dff2f7197cb9952749899cbc38ea45
tree7cb1573c1a120e9f5b925771826a76216a693ed6
parentd5dcc174b0b8d3bef3e51b64f6fb1383e803cdd0
The other half of Rene Liebscher's patch to add the Template class,
which I renamed to FileList: remove all the file-list-generation code from
the sdist command and adapt it to use the new FileList class instead.
Lib/distutils/command/sdist.py