summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-05-11 00:21:23 (GMT)
committerNed Deily <nad@acm.org>2012-05-11 00:21:23 (GMT)
commit5fddf866d8cbd03f400cce3958a9ca10b9095332 (patch)
tree0aff77af5b790c3a442a070592da83f4cfd0a355 /Misc/NEWS
parent1682e5d74080d88109b3fc54e2ddfa762feb3e1d (diff)
downloadcpython-5fddf866d8cbd03f400cce3958a9ca10b9095332.zip
cpython-5fddf866d8cbd03f400cce3958a9ca10b9095332.tar.gz
cpython-5fddf866d8cbd03f400cce3958a9ca10b9095332.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42fc741..10b5453 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,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.