cpython: 6bf168b55d07 (original) (raw)

Mercurial > cpython

changeset 71591:6bf168b55d07 2.7

Update documentation for shutil.move (#12043) and fix a few typos. Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker. [#12043]

Éric Araujo merwok@netwok.org
date Fri, 29 Jul 2011 12:10:53 +0200
parents 4e5127874adf
children 8b816bb2969b
files Doc/ACKS.txt Doc/library/shutil.rst
diffstat 2 files changed, 18 insertions(+), 10 deletions(-)[+] [-] Doc/ACKS.txt 1 Doc/library/shutil.rst 27

line wrap: on

line diff

--- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -199,6 +199,7 @@ docs@python.org), and we'll be glad to c * Kalle Svensson * Jim Tittsler * David Turner

--- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -161,24 +161,31 @@ Directory and files operations .. function:: move(src, dst)

.. exception:: Error

+ .. _shutil-example: copytree example @@ -277,7 +284,7 @@ Archives operations .. function:: get_archive_formats()

.. function:: register_archive_format(name, function, [extra_args, [description]])