]> granicus.if.org Git - python/commit
Merged revisions 79299 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:11:09 +0000 (20:11 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:11:09 +0000 (20:11 +0000)
commit910bd51ea1baef3ea0b4c9f1e3d2d150108368c5
treeb3f8922640c37b1f4ec53a2f257a524d9954bafe
parentca2edce67695b73e21a64a352632feedc08ccf29
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.
........
Lib/shutil.py
Misc/NEWS