diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-19 22:30:51 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-19 22:30:51 (GMT) |
commit | 5340db38034557204de5629a4a136d0da2acd3c4 (patch) | |
tree | 19162e5a8ffb291853eb5fd238fa394d2076d45c /Misc/NEWS | |
parent | 5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47 (diff) | |
download | cpython-5340db38034557204de5629a4a136d0da2acd3c4.zip cpython-5340db38034557204de5629a4a136d0da2acd3c4.tar.gz cpython-5340db38034557204de5629a4a136d0da2acd3c4.tar.bz2 |
Fixed #1540112: now shutil.copytree will let you provide your own copy() function
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -318,6 +318,9 @@ C-API Library ------- +- Issue #1540112: Now allowing the choice of a copy function in + shutil.copytree. + - Issue #4814: timeout parameter is now applied also for connections resulting from PORT/EPRT commands. |