]> granicus.if.org Git - python/commit
Provides the FileList class for building a list of filenames by exploring
authorGreg Ward <gward@python.net>
Sun, 30 Jul 2000 00:04:17 +0000 (00:04 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jul 2000 00:04:17 +0000 (00:04 +0000)
commitadc11720645a82c8115c8686b5bfdbc23cd78bb0
tree8c4cb4cc2c64fd8a91e3049c64669e69df32b116
parent85ab7384f691b896d7fa0fc563759f196b1e9bdb
Provides the FileList class for building a list of filenames by exploring
the filesystem, and filtering the list by applying various patterns.

Initial revision (almost) as supplied in a patch by Rene Liebscher; I
just renamed the class from Template to FileList, and the module
accordingly.
Lib/distutils/filelist.py [new file with mode: 0644]