commit | baf75713c76ee9b1c3213429d05c3a12adb447af | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu May 10 17:05:19 2012 -0700 |
committer | Ned Deily <nad@acm.org> | Thu May 10 17:05:19 2012 -0700 |
tree | a268824145e2dc07b36369ca76f4aeafaa0cbe48 | |
parent | 569d0875741df1ab196531fb4098b5e5e640aa61 [diff] [blame] |
Issue #14662: Prevent shutil failures on OS X when destination does not support chflag operations. (Patch by Hynek Schlawack)
diff --git a/Misc/NEWS b/Misc/NEWS index 6ef5154..2f11eef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Library ------- +- Issue #14662: Prevent shutil failures on OS X when destination does not + support chflag operations. Patch by Hynek Schlawack. + - Issue #14157: Fix time.strptime failing without a year on February 29th. Patch by Hynek Schlawack.