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 ronaldoussoren
Recipients ronaldoussoren, vstinner
Date 2011-05-17.12:09:55
SpamBayes Score 5.754943e-07
Marked as misclassified No
Message-id <1305634196.3.0.899933094084.issue12095@psf.upfronthosting.co.za>
In-reply-to
Content
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.stinner@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]
History
Date User Action Args
2011-05-17 12:09:56ronaldoussorensetrecipients: + ronaldoussoren, vstinner
2011-05-17 12:09:56ronaldoussorensetmessageid: <1305634196.3.0.899933094084.issue12095@psf.upfronthosting.co.za>
2011-05-17 12:09:55ronaldoussorenlinkissue12095 messages
2011-05-17 12:09:55ronaldoussorencreate