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 lemburg
Recipients lemburg, phr
Date 2008-05-15.11:54:16
SpamBayes Score 0.0033148306
Marked as misclassified No
Message-id <1210852477.74.0.662611053762.issue2857@psf.upfronthosting.co.za>
In-reply-to
Content
TCL only uses the codec for internal represenation. You might want to
interface to TCL at the C level and use the codec there, but is that
really a good reason to include the codec in the Python stdlib ?

Dito for parsing Lucene indexes.

I think you're better off writing your own codec and registering it with
the Python codec registry at application start-up time.
History
Date User Action Args
2008-05-15 11:54:38lemburgsetspambayes_score: 0.00331483 -> 0.0033148306
recipients: + lemburg, phr
2008-05-15 11:54:37lemburgsetspambayes_score: 0.00331483 -> 0.00331483
messageid: <1210852477.74.0.662611053762.issue2857@psf.upfronthosting.co.za>
2008-05-15 11:54:18lemburglinkissue2857 messages
2008-05-15 11:54:17lemburgcreate