
solipsis at pitrou
Jun 19, 2012, 2:48 AM
Post #1 of 1
(68 views)
Permalink
|
|
Re: cpython: Fix #14772: Return the destination from some shutil functions.
|
|
On Tue, 19 Jun 2012 01:41:44 +0200 brian.curtin <python-checkins [at] python> wrote: > http://hg.python.org/cpython/rev/8281233ec648 > changeset: 77514:8281233ec648 > user: Brian Curtin <brian [at] python> > 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 Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|