Totally confused by the str/bytes/unicode differences introduced in Pythyon 3.x
Terry Reedy
tjreedy at udel.edu
Fri Jan 16 22:43:31 EST 2009
Giampaolo Rodola' wrote:
> That would help to avoid replacing "" with b"" almost everywhere in my
> code.
Won't 2to3 do that for you?
More information about the Python-list
mailing list