[issue2663] shutil.copytree glob-style filtering [patch]

Raghuram Devarakonda report at bugs.python.org
Tue Apr 22 21:56:35 CEST 2008


Raghuram Devarakonda <draghuram at gmail.com> added the comment:

Is there any reason for rmtree also to not support this exclusion
feature? Both copytree and rmtree explicitly iterate over list of names
and as I see it, this exclusion is really about which names to ignore.
Already, copytree and rmtree have inconsistencies (rmtree has 'onerror'
while 'copytree' doesn't) and it would be nice to not add more.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2663>
__________________________________


More information about the Python-bugs-list mailing list