merge
This commit is contained in:
commit
53260eaa56
|
@ -40,7 +40,9 @@ a higher level interface that is easier to use::
|
||||||
|
|
||||||
>>> import shutil
|
>>> import shutil
|
||||||
>>> shutil.copyfile('data.db', 'archive.db')
|
>>> shutil.copyfile('data.db', 'archive.db')
|
||||||
|
'archive.db'
|
||||||
>>> shutil.move('/build/executables', 'installdir')
|
>>> shutil.move('/build/executables', 'installdir')
|
||||||
|
'installdir'
|
||||||
|
|
||||||
|
|
||||||
.. _tut-file-wildcards:
|
.. _tut-file-wildcards:
|
||||||
|
|
Loading…
Reference in New Issue