diff options
author | Ned Deily <nad@acm.org> | 2012-05-11 00:21:23 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-05-11 00:21:23 (GMT) |
commit | 5fddf866d8cbd03f400cce3958a9ca10b9095332 (patch) | |
tree | 0aff77af5b790c3a442a070592da83f4cfd0a355 /Misc/NEWS | |
parent | 1682e5d74080d88109b3fc54e2ddfa762feb3e1d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |