]> granicus.if.org Git - python/commit
Issue #14662: Prevent shutil failures on OS X when destination does not
authorNed Deily <nad@acm.org>
Fri, 11 May 2012 00:45:49 +0000 (17:45 -0700)
committerNed Deily <nad@acm.org>
Fri, 11 May 2012 00:45:49 +0000 (17:45 -0700)
commitacdc56d0d0ccea89d219d126c3ca1b9a28456bd5
treedfd3900dbe714784a2f187bb6887255c9894d514
parentb79a01f9046ef0659eb9e68811ac0af4af7e16f4
Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations.  (Patch by Hynek Schlawack)
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS
Modules/errnomodule.c