]> granicus.if.org Git - python/commit
Issue #7512: shutil.copystat() could raise an OSError when the filesystem
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 19:59:46 +0000 (19:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 19:59:46 +0000 (19:59 +0000)
commit513d9aeadb09b460e968054c7ed78c385835dcd4
tree2ae3b8b7bbee4f66bbe90bef91e9909e6716c580
parent0805e6eed94015cee09ba052deda2e1c94c182b3
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.
Lib/shutil.py
Misc/NEWS