[Python-Dev] A smarter shutil.copytree ? (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 22 02:50:44 CEST 2008


Steven Bethard wrote:

I'm not a big fan of the sequence-or-callable argument. Why not just make it a callable argument, and supply a utility function

Or have two different keyword arguments, one for a sequence and one for a callable.

-- Greg



More information about the Python-Dev mailing list