Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
On Mon, Nov 29, 2010 at 1:38 PM, Marc-Andre Lemburg <rep...@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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10552> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com