
report at bugs
May 2, 2012, 6:30 AM
Post #2 of 9
(93 views)
Permalink
|
|
[issue14662] shutil.move doesn't handle ENOTSUP raised by chflags on OS X
[In reply to]
|
|
Antoine Pitrou <pitrou [at] free> 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/cpython/default/Lib/test/test_shutil.py", line 302, in test_copystat_handles_harmless_chflags_errors old_chflags = os.chflags AttributeError: 'module' object has no attribute 'chflags' ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14662> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|