commit | ac3d429edc5d1488c00c443d860f3e00f6bdd49e | [log] [tgz] |
---|---|---|
author | Mark Summerfield <list@qtrac.plus.com> | Fri Nov 02 08:24:59 2007 +0000 |
committer | Mark Summerfield <list@qtrac.plus.com> | Fri Nov 02 08:24:59 2007 +0000 |
tree | 124975e2f76e9c713c4482e0048a320792104692 | |
parent | f7601ee2c074092d5eee6bb077b976678c3a0433 [diff] [blame] |
Added more file-handling related cross-references.
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 8cc27d4..0f9b967 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst
@@ -15,7 +15,8 @@ The :mod:`shutil` module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file -copying and removal. +copying and removal. For operations on individual files, see also the +:mod:`os` module. .. warning::