[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
- Previous message: [Python-Dev] transform() and untransform() methods, and the codec registry
- Next message: [Python-Dev] "buffer interface" messages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] transform() and untransform() methods, and the codec registry
- Next message: [Python-Dev] "buffer interface" messages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]