Comment on How Python 3 Should Have WorkedparentComments−dalke14yYou would also have to handle Python2 strings different from Python3 strings, and figure out some way to handle the encoding problem when translating between the two.
Comments
You would also have to handle Python2 strings different from Python3 strings, and figure out some way to handle the encoding problem when translating between the two.