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

2012年6月19日 02:53:40 -0700

On 2012年6月19日 01:41:44 +0200
brian.curtin <[email protected]> wrote:
> http://hg.python.org/cpython/rev/8281233ec648
> changeset: 77514:8281233ec648
> user: Brian Curtin <[email protected]>
> 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.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to