]> granicus.if.org Git - python/commit
Fix #14772: Return the destination from some shutil functions.
authorBrian Curtin <brian@python.org>
Mon, 18 Jun 2012 23:41:07 +0000 (18:41 -0500)
committerBrian Curtin <brian@python.org>
Mon, 18 Jun 2012 23:41:07 +0000 (18:41 -0500)
commit0d0a1dedbcf85130885166c066276442c99b3242
tree94500f7941afe77e24282124549c13fc6c440a36
parente75ff35af2b6c85d48c68b95f295aeac7396b162
Fix #14772: Return the destination from some shutil functions.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS