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 python272
Recipients alexis, benjamin.peterson, eric.araujo, python272, tarek, vinay.sajip
Date 2011-07-23.21:42:20
SpamBayes Score 0.0028133348
Marked as misclassified No
Message-id <1311457341.54.0.295035041311.issue12331@psf.upfronthosting.co.za>
In-reply-to
Content
problem exists in python 2.7.2 (should this be reported as a separate issue?)

[Python-2.7.2]$ python -m test.regrtest  -v test_lib2to3
...
ERROR: test_bom (lib2to3.tests.test_refactor.TestRefactoringTool)
...
ERROR: test_crlf_newlines 
ERROR: test_file_encoding
ERROR: test_refactor_file
...

e.g.,

  File "/usr/local/lib/python2.7/lib2to3/tests/test_refactor.py", line 194, in check_file_refactoring
    with open(test_file, "wb") as fp:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/lib2to3/tests/data/fixers/parrot_example.py'
...
[test]# ls -l /usr/local/lib/python2.7/lib2to3/tests/data/fixers/parrot_example.py 
-rw-r--r-- 1 root root 23 2011-07-23 11:48 /usr/local/lib/python2.7/lib2to3/tests/data/fixers/parrot_example.py
History
Date User Action Args
2011-07-23 21:42:21python272setrecipients: + python272, vinay.sajip, benjamin.peterson, tarek, eric.araujo, alexis
2011-07-23 21:42:21python272setmessageid: <1311457341.54.0.295035041311.issue12331@psf.upfronthosting.co.za>
2011-07-23 21:42:21python272linkissue12331 messages
2011-07-23 21:42:20python272create