[Patches] [ python-Patches-1449471 ] Splitting CJK codecs from pythoncore dll

SourceForge.net noreply at sourceforge.net
Sun Mar 19 11:00:12 CET 2006


Patches item #1449471, was opened at 2006-03-14 11:18
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1449471&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Hye-Shik Chang (perky)
>Assigned to: Hye-Shik Chang (perky)
Summary: Splitting CJK codecs from pythoncore dll

Initial Comment:
As many of western language natives have requested it,
this patch splits CJK codecs from pythoncore dll. 
python25.dll shrinks from 2024KB to 1364KB by this. 
Even some of CJK users would take some advantages for
domestic py2exe-ed releases.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-03-19 11:00

Message:
Logged In: YES 
user_id=21627

I must say that I find this splitting arbitrary. Why are
these modules moved out of pythonxy.dll, when, say,
multibytecodec, mmap, parser, xxsubtype, sha512 stay. I
really wish there was some policy guiding this.

That said, as the author of the code, it is certainly your
decision to make that split that way. So please go ahead and
apply that patch.

Please also add the new modules to Tool/msi/msi.py.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1449471&group_id=5470


More information about the Patches mailing list