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 tati_alchueyr
Recipients flavio.ribeiro, ronaldoussoren, tati_alchueyr
Date 2012-07-19.18:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342723024.14.0.0409353053418.issue15398@psf.upfronthosting.co.za>
In-reply-to
Content
I had the same problem here, after running several times...

 $ for i in {1..10}; do ./python.exe  -m test test_pep277; done
[1/1] test_pep277
test test_pep277 failed -- Traceback (most recent call last):
  File "/Users/tatiana/code/cpython/Lib/test/test_pep277.py", line 172, in test_rename
    os.rename("tmp", name)
FileNotFoundError: [Errno 2] No such file or directory: '@test_6002_tmp/2_ascii'

1 test failed:
    test_pep277
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
test test_pep277 failed -- Traceback (most recent call last):
  File "/Users/tatiana/code/cpython/Lib/test/test_pep277.py", line 172, in test_rename
    os.rename("tmp", name)
FileNotFoundError: [Errno 2] No such file or directory: '@test_6033_tmp/6_にぽん'

1 test failed:
    test_pep277
[1/1] test_pep277
1 test OK.
[1/1] test_pep277
test test_pep277 failed -- Traceback (most recent call last):
  File "/Users/tatiana/code/cpython/Lib/test/test_pep277.py", line 172, in test_rename
    os.rename("tmp", name)
FileNotFoundError: [Errno 2] No such file or directory: '@test_6041_tmp/8_曨曩曫'

1 test failed:
    test_pep277
[1/1] test_pep277
1 test OK.
History
Date User Action Args
2012-07-19 18:37:04tati_alchueyrsetrecipients: + tati_alchueyr, ronaldoussoren, flavio.ribeiro
2012-07-19 18:37:04tati_alchueyrsetmessageid: <1342723024.14.0.0409353053418.issue15398@psf.upfronthosting.co.za>
2012-07-19 18:37:03tati_alchueyrlinkissue15398 messages
2012-07-19 18:37:03tati_alchueyrcreate