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 belopolsky
Recipients belopolsky, ezio.melotti, lemburg, loewis
Date 2010-11-29.18:52:32
SpamBayes Score 1.4521162e-12
Marked as misclassified No
Message-id <AANLkTina_o7yahC9_70VeJfu=08NdUoJqZfyE1siH4YC@mail.gmail.com>
In-reply-to <4CF3F304.30303@egenix.com>
Content
On Mon, Nov 29, 2010 at 1:38 PM, Marc-Andre Lemburg
<report@bugs.python.org> wrote:
..
> Sure, we won't need that script anytime soon and if we do, we
> can just as well use the Python2 version.

That may not be true.  I compared 2.7 and py3k versions and the later
has some new features:

* unidata_version  changed from 5.2.0 to 6.0.0
* Unihan data is read from zip file
* added processing of DerivedCoreProperties

These changes don't affect gencodec.py, but it may be inconvenient to
run makeunicodedata.py and gencodec.py using different versions of
Python.

I'll check that all non-mac encodings are correctly generated before committing.
History
Date User Action Args
2010-11-29 18:52:35belopolskysetrecipients: + belopolsky, lemburg, loewis, ezio.melotti
2010-11-29 18:52:32belopolskylinkissue10552 messages
2010-11-29 18:52:32belopolskycreate