| commit | 513d9aeadb09b460e968054c7ed78c385835dcd4 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 22 19:59:46 2010 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 22 19:59:46 2010 +0000 |
| tree | 2ae3b8b7bbee4f66bbe90bef91e9909e6716c580 | |
| parent | 0805e6eed94015cee09ba052deda2e1c94c182b3 [diff] |
Issue #7512: shutil.copystat() could raise an OSError when the filesystem didn't support chflags() (for example ZFS under FreeBSD). The error is now silenced.