This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RonnyPfannschmidt
Recipients RonnyPfannschmidt, loewis
Date 2009-08-26.12:42:23
SpamBayes Score 0.00064618315
Marked as misclassified No
Message-id <1251290545.78.0.374378309455.issue6784@psf.upfronthosting.co.za>
In-reply-to
Content
the basic behavior i want to see for all protocols <= 2

1. python 2 string maps to python3 byte-string
2. python 2 unicode maps to python3 string
3. python 3 string map to python 2 unicode 
4. python 3 bytestring maps to python 2 string

anything else is is confusing and may break
for example one can't unpickle '\xFF' in python3 if it was pickled in
python2

note that these changes seem irrelevant for protocol 3 as python2.x
doesn't support it
History
Date User Action Args
2009-08-26 12:42:25RonnyPfannschmidtsetrecipients: + RonnyPfannschmidt, loewis
2009-08-26 12:42:25RonnyPfannschmidtsetmessageid: <1251290545.78.0.374378309455.issue6784@psf.upfronthosting.co.za>
2009-08-26 12:42:23RonnyPfannschmidtlinkissue6784 messages
2009-08-26 12:42:23RonnyPfannschmidtcreate