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 pitrou
Recipients Arfrever, benjamin.peterson, eric.araujo, hynek, neologix, pitrou
Date 2012-05-05.17:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336240285.82.0.747530639477.issue14082@psf.upfronthosting.co.za>
In-reply-to
Content
The copyxattr() function should be private (_copyxattr()).
For some reason the tests are failing here:

======================================================================
ERROR: test_copy2_xattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_shutil.py", line 410, 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/antoine/cpython/default/Lib/test/test_shutil.py", line 296, in test_copyxattr
    os.setxattr(src, 'user.foo', b'42')
OSError: [Errno 95] Operation not supported
History
Date User Action Args
2012-05-05 17:51:25pitrousetrecipients: + pitrou, benjamin.peterson, eric.araujo, Arfrever, neologix, hynek
2012-05-05 17:51:25pitrousetmessageid: <1336240285.82.0.747530639477.issue14082@psf.upfronthosting.co.za>
2012-05-05 17:51:25pitroulinkissue14082 messages
2012-05-05 17:51:25pitroucreate