diff options
author | Ned Deily <nad@acm.org> | 2012-05-11 00:05:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-05-11 00:05:19 (GMT) |
commit | baf75713c76ee9b1c3213429d05c3a12adb447af (patch) | |
tree | a268824145e2dc07b36369ca76f4aeafaa0cbe48 /Misc | |
parent | 569d0875741df1ab196531fb4098b5e5e640aa61 (diff) | |
download | cpython-baf75713c76ee9b1c3213429d05c3a12adb447af.zip cpython-baf75713c76ee9b1c3213429d05c3a12adb447af.tar.gz cpython-baf75713c76ee9b1c3213429d05c3a12adb447af.tar.bz2 |
Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations. (Patch by Hynek Schlawack)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Core and Builtins 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. |