This commit is contained in:
Raymond Hettinger 2014-05-22 23:37:31 +01:00
commit 53260eaa56
1 changed files with 2 additions and 0 deletions

View File

@ -40,7 +40,9 @@ a higher level interface that is easier to use::
>>> import shutil
>>> shutil.copyfile('data.db', 'archive.db')
'archive.db'
>>> shutil.move('/build/executables', 'installdir')
'installdir'
.. _tut-file-wildcards: