This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tshepang
Recipients hynek, tarek, tshepang
Date 2012-05-22.20:01:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337716905.24.0.187943814331.issue14885@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -v test_shutil
...[snip]...
======================================================================
ERROR: test_copy2_xattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 439, in test_copy2_xattr
    os.setxattr(src, 'user.foo', b'42')
OSError: [Errno 95] Operation not supported

======================================================================
ERROR: test_copyxattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 325, in test_copyxattr
    os.setxattr(src, 'user.foo', b'42')
OSError: [Errno 95] Operation not supported

...[snip]...
History
Date User Action Args
2012-05-22 20:01:45tshepangsetrecipients: + tshepang, tarek, hynek
2012-05-22 20:01:45tshepangsetmessageid: <1337716905.24.0.187943814331.issue14885@psf.upfronthosting.co.za>
2012-05-22 20:01:44tshepanglinkissue14885 messages
2012-05-22 20:01:44tshepangcreate