commit | 0d0a1dedbcf85130885166c066276442c99b3242 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Mon Jun 18 18:41:07 2012 -0500 |
committer | Brian Curtin <brian@python.org> | Mon Jun 18 18:41:07 2012 -0500 |
tree | 94500f7941afe77e24282124549c13fc6c440a36 | |
parent | e75ff35af2b6c85d48c68b95f295aeac7396b162 [diff] [blame] |
Fix #14772: Return the destination from some shutil functions.
diff --git a/Misc/NEWS b/Misc/NEWS index 93aeaf8..de7a2c4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Library ------- +- Issue #14772: Return destination values from some shutil functions. + - Issue #15064: Implement context manager protocol for multiprocessing types - Issue #15101: Make pool finalizer avoid joining current thread.