[Python-3000] PEP 3138- String representation in Python 3000

Terry Reedy tjreedy at udel.edu
Thu May 8 22:55:38 CEST 2008


Functions that map unicode->unicode or bytes->bytes could be called 
transcoders.  Each type could be given a .transcode method to go along with 
but contrast with .encode or .decode.

tjr





More information about the Python-3000 mailing list