[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! Tested with an NFS-mounted file system on OS X. Applied for 2.7.4, 3.2.4, and 3.3.0. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset e12efebc3ba6 by Ned Deily in branch '2.7': Issue #14662: Prevent shutil failures on OS X when destination does not http://hg.python.org/cpython/rev/e12efebc3ba6 New changeset ae141eebcf96 by Ned Deily in branch '3.2': Issue #14662: Prevent shutil f

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-04 Thread Ned Deily
Ned Deily added the comment: I will test and check it in next week if still open. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks ok to me, but I don't have a system with os.chflags to test on. -- ___ Python tracker ___ ___

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-02 Thread Hynek Schlawack
Hynek Schlawack added the comment: And finally tip. -- Added file: http://bugs.python.org/file25436/expand-chflags-catch-tip-v2.diff ___ Python tracker ___ _

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-02 Thread Hynek Schlawack
Hynek Schlawack added the comment: Fixed for 3.2. -- Added file: http://bugs.python.org/file25435/expand-chflags-catch-3.2-v2.diff ___ Python tracker ___ ___

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-02 Thread Hynek Schlawack
Hynek Schlawack added the comment: Fixed for 2.7 -- Added file: http://bugs.python.org/file25434/expand-chflags-catch-2.7-v2.diff ___ Python tracker ___

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: The test fails here (Linux), since there's no os.chflags: == ERROR: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestShutil)

[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X

2012-05-01 Thread Hynek Schlawack
Changes by Hynek Schlawack : -- assignee: -> hynek title: shutil.move broken in 2.7.3 on OSX (chflags fails) -> shutil.move doesn't handle ENOTSUP raised by chflags on OS X ___ Python tracker