[Python-Dev] transform() and untransform() methods, and the codec registry (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Mon Dec 6 20:26:12 CET 2010


FWIW, transform()/untransform() are already in the 3.2 beta. Do you want them taken out? If so, do you want the codecs made accessible with encode/decode or have them continue to be inaccessible in 3.x?

Notice that they wouldn't be inaccessible even if transform is taken out again: codecs.lookup would still find them.

Regards, Martin



More information about the Python-Dev mailing list