]> 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:05:19 +0000 (17:05 -0700)
committerNed Deily <nad@acm.org>
Fri, 11 May 2012 00:05:19 +0000 (17:05 -0700)
commitbaf75713c76ee9b1c3213429d05c3a12adb447af
treea268824145e2dc07b36369ca76f4aeafaa0cbe48
parent569d0875741df1ab196531fb4098b5e5e640aa61
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