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 ned.deily
Recipients flox, ned.deily
Date 2010-03-23.05:43:18
SpamBayes Score 4.2037797e-07
Marked as misclassified No
Message-id <1269323002.62.0.348895193522.issue8207@psf.upfronthosting.co.za>
In-reply-to
Content
With r79207 (Issue8180) applied to trunk, seeing this failure (10.6.2, HFS+ case-sensitive file system):

======================================================================
ERROR: test_normalize (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/private/tmp/pp/usr/local/lib/python2.7/test/test_pep277.py", line 119, in test_normalize
    os.stat(name)
OSError: [Errno 2] No such file or directory: '@test_24797_tmp/\xe2\x80\x82\xe2\x80\x82\xe2\x80\x82A'

----------------------------------------------------------------------
Ran 30 tests in 0.237s

FAILED (errors=1)
test test_pep277 failed -- Traceback (most recent call last):
  File "/private/tmp/pp/usr/local/lib/python2.7/test/test_pep277.py", line 119, in test_normalize
    os.stat(name)
OSError: [Errno 2] No such file or directory: '@test_24797_tmp/\xe2\x80\x82\xe2\x80\x82\xe2\x80\x82A'
History
Date User Action Args
2010-03-23 05:43:23ned.deilysetrecipients: + ned.deily, flox
2010-03-23 05:43:22ned.deilysetmessageid: <1269323002.62.0.348895193522.issue8207@psf.upfronthosting.co.za>
2010-03-23 05:43:20ned.deilylinkissue8207 messages
2010-03-23 05:43:18ned.deilycreate