]> granicus.if.org Git - python/commit
Merged revisions 79301 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:12:40 +0000 (20:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 22 Mar 2010 20:12:40 +0000 (20:12 +0000)
commit9f274b1fab8b8ebd6d555dd99d75ebc9bb1f91bd
tree4bf52db1d4c42be64becbf2373bcef047c8490f9
parenta06bfd87da41d0a8810b3fd911d7b93ebdaa8ded
Merged revisions 79301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79301 | antoine.pitrou | 2010-03-22 21:11:09 +0100 (lun., 22 mars 2010) | 11 lines

  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