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 eric.araujo, grobian, hynek, ned.deily, pitrou
Date 2012-05-02.13:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335965434.39.0.341699467474.issue14662@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2012-05-02 13:30:34pitrousetrecipients: + pitrou, ned.deily, eric.araujo, grobian, hynek
2012-05-02 13:30:34pitrousetmessageid: <1335965434.39.0.341699467474.issue14662@psf.upfronthosting.co.za>
2012-05-02 13:30:33pitroulinkissue14662 messages
2012-05-02 13:30:33pitroucreate