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

Mark Russell mark.russell at zen.co.uk
Fri May 16 12:57:37 CEST 2008


On 16 May 2008, at 08:31, Greg Ewing wrote:
> Fiddling with the name of the antonym doesn't help.

How about adding a direction indicator?

      gzipped = plaintext.transformto("gzip")
      plaintext = gzipped.transformfrom("gzip")

Mark


More information about the Python-3000 mailing list