[Python-checkins] r71045 - in python/branches/py3k: Lib/test/test_multibytecodec.py Misc/NEWS Modules/cjkcodecs/multibytecodec.c

Nick Coghlan ncoghlan at gmail.com
Thu Apr 2 13:55:31 CEST 2009


Hyeshik Chang wrote:
> On Thu, Apr 2, 2009 at 7:33 PM, hyeshik.chang
> <python-checkins at python.org> wrote:
>> Author: hyeshik.chang
>> Date: Thu Apr  2 12:33:16 2009
>> New Revision: 71045
>>
>> Log:
>> Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat
>> error replacement returned by codec error callbacks twice in
>> IncrementalEncoder and StreamWriter.
>>
>>
>> Modified:
>>   python/branches/py3k/Lib/test/test_multibytecodec.py
>>   python/branches/py3k/Misc/NEWS
>>   python/branches/py3k/Modules/cjkcodecs/multibytecodec.c
>>
> 
> Sorry but I just found that this fix should be applied in trunk first because
> the problem was in 2.x.  How can I correct that?

Since it has already been committed to the 3k branch, I believe the
easiest way is to backport it manually to the 2.x trunk and then block
that checkin from being forward ported (i.e. pretty much the same way
that new features that are initially developed for 3.x get backported to
2.x).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list