Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I've verified the issue in a fresh download of revision c449d3c3e0da of the 2.7 
branch.

I'm on OSX 10.6, but that's not really relevant for this issue.

If I'm using 'hg bisect' correctly (and that's a big if as I haven't used it 
before) this failure is caused by this patch:

The first bad revision is:
changeset:   70161:1bd697cdd210
branch:      2.7
parent:      70145:978016199be8
user:        Victor Stinner <victor.stin...@haypocalc.com>
date:        Mon May 16 17:16:18 2011 +0200
summary:     Issue #12057: Convert CJK encoding testcase BLOB into multiple 
text files


And indeed in this revision:

$ ls cjkencodings_test.py 
ls: cjkencodings_test.py: No such file or directory

$ grep cjkencodings_test test_multibytecodec_support.py
    from test import cjkencodings_test
    return cjkencodings_test.teststring[encoding]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12095>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to