commit | 910bd51ea1baef3ea0b4c9f1e3d2d150108368c5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 22 20:11:09 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 22 20:11:09 2010 +0000 |
tree | b3f8922640c37b1f4ec53a2f257a524d9954bafe | |
parent | ca2edce67695b73e21a64a352632feedc08ccf29 [diff] |
Merged revisions 79299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79299 | antoine.pitrou | 2010-03-22 20:59:46 +0100 (lun., 22 mars 2010) | 5 lines 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. ........