On Tue, 19 Jun 2012 01:41:44 +0200 brian.curtin <python-check...@python.org> wrote:
> http://hg.python.org/cpython/rev/8281233ec648 > changeset: 77514:8281233ec648 > user: Brian Curtin <br...@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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com