Andrew M. Kuchling
|
c40608491c
|
Wording fix
|
2008-07-06 17:43:16 +00:00 |
Georg Brandl
|
e78fbcce3e
|
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
This is a new feature, but Barry authorized adding it in the beta period.
|
2008-07-05 10:13:36 +00:00 |
Georg Brandl
|
88107dafef
|
#2845: fix copy2's docs.
|
2008-05-16 13:18:50 +00:00 |
Georg Brandl
|
786ead684a
|
#2369: clarify that copyfile() doesn't take a target directory.
|
2008-04-19 16:57:43 +00:00 |
Georg Brandl
|
5235398323
|
#1669: don't allow shutil.rmtree() to be called on a symlink.
|
2008-01-20 14:17:42 +00:00 |
Georg Brandl
|
ec32b6bce7
|
#1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too.
|
2008-01-06 16:12:39 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Mark Summerfield
|
ac3d429edc
|
Added more file-handling related cross-references.
|
2007-11-02 08:24:59 +00:00 |
Georg Brandl
|
bf863b17f0
|
Replace "Caveat" paragraphs by .. warning::s.
|
2007-08-15 19:06:04 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |