commit | acdc56d0d0ccea89d219d126c3ca1b9a28456bd5 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu May 10 17:45:49 2012 -0700 |
committer | Ned Deily <nad@acm.org> | Thu May 10 17:45:49 2012 -0700 |
tree | dfd3900dbe714784a2f187bb6887255c9894d514 | |
parent | b79a01f9046ef0659eb9e68811ac0af4af7e16f4 [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 63cdad9..6b44b44 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,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.