[Python-Dev] cpython: Fix #14772: Return the destination from some shutil functions. (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Jun 19 11:48:19 CEST 2012
- Previous message: [Python-Dev] PEP 397 - Last Comments
- Next message: [Python-Dev] Help to fix this bug http://bugs.python.org/issue15068
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/testshutil.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.
- Previous message: [Python-Dev] PEP 397 - Last Comments
- Next message: [Python-Dev] Help to fix this bug http://bugs.python.org/issue15068
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]