[Python-Dev] cpython: Fix #14772: Return the destination from some shutil functions.

Antoine Pitrou solipsis at pitrou.net
Tue Jun 19 11:48:19 CEST 2012


On Tue, 19 Jun 2012 01:41:44 +0200
brian.curtin <python-checkins at python.org> wrote:

> http://hg.python.org/cpython/rev/8281233ec648
> changeset:   77514:8281233ec648
> user:        Brian Curtin <brian at python.org>
> date:        Mon Jun 18 18:41:07 2012 -0500
> summary:
>   Fix #14772: Return the destination from some shutil functions.
> 
> files:
>   Doc/library/shutil.rst  |  14 ++++++---
>   Lib/shutil.py           |  13 +++++++--
>   Lib/test/test_shutil.py |  41 +++++++++++++++++++++++++++++
>   Misc/NEWS               |   2 +
>   4 files changed, 62 insertions(+), 8 deletions(-)
> 
> 
> diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
> --- a/Doc/library/shutil.rst
> +++ b/Doc/library/shutil.rst

You forgot to add some versionchanged tags for these changes.

Regards

Antoine.




More information about the Python-Dev mailing list