diff options
author | Greg Ward <gward@python.net> | 2000-06-08 01:06:02 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-06-08 01:06:02 (GMT) |
commit | ce15c6ce8dac7a7aa25eed6033ce1b459b312aab (patch) | |
tree | f81c394d74bf2dfab56c38888fb1ad561992b8a4 /Lib/sre_parse.py | |
parent | 4a7319ca286e78ae9ddf9f86a50eee3eab813855 (diff) | |
download | cpython-ce15c6ce8dac7a7aa25eed6033ce1b459b312aab.zip cpython-ce15c6ce8dac7a7aa25eed6033ce1b459b312aab.tar.gz cpython-ce15c6ce8dac7a7aa25eed6033ce1b459b312aab.tar.bz2 |
Moved the code that prunes the file list after reading the manifest
template into a new method 'prune_file_list()', called from
'get_file_list()' rather than 'read_manifest()' -- this keeps
'read_manifest()' more general.
Deleted the redundant call to 'exclude_pattern()' in 'make_distribution()'
-- this had the same intention as 'prune_file_list()', but was incomplete
(only pruned the release tree, not the build tree) and in the wrong
place (the prune wouldn't be reflected in the manifest file).
Diffstat (limited to 'Lib/sre_parse.py')
0 files changed, 0 insertions, 0 deletions