]> granicus.if.org Git - python/commit
Fixed #1540112: now shutil.copytree will let you provide your own copy() function
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 19 Apr 2010 22:30:51 +0000 (22:30 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 19 Apr 2010 22:30:51 +0000 (22:30 +0000)
commit5340db38034557204de5629a4a136d0da2acd3c4
tree19162e5a8ffb291853eb5fd238fa394d2076d45c
parent5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47
Fixed #1540112: now shutil.copytree will let you provide your own copy() function
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS