]> granicus.if.org Git - python/commit
Merged revisions 79299 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:03:59 +0000 (20:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:03:59 +0000 (20:03 +0000)
commitab5a9997e0b83ee808ac0a83b846676ce91045ba
tree89f9aab803f1f1acc507b7f7c39f0d3f59bc005f
parent498c43866af3ae3496ae8d1aa8a8cfdc5b6a7866
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