[Python-3000] PEP 3137 plan of attack
Christian Heimes
lists at cheimes.de
Mon Oct 8 13:17:55 CEST 2007
Guido van Rossum wrote:
> - change PyString's repr() to return "b'...'"
> - change PyBytes's repr() to return "buffer(b'...')"
> - change parser so that b"..." returns PyString, not PyBytes
I'll take the three steps. They sound like low hanging fruits even for a
noob like me. I expect to have a working patch in the new couple of days.
Christian
More information about the Python-3000
mailing list