W dniu 16.02.2023 o 17:55, David Mertz, Ph.D. pisze:
Wow! That would break SO MUCH of the code I've written! E.g.:
translate = {"el": "ἐπιστήμη", "en": "Knowledge", "zh": "知识"}
You did not use any codepoint in the U+0080-U+00FF range here.
Are you sure the primary suggestion would break such code?
I only meant deprecate "\xNN" in favor of "\u00NN" in the original idea,
because it is too confusing against b"\xNN".
No changes to literal unicode characters intended definitely.
Sorry for confusing you with my verbosity I guess.
Arusekk
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/VZR4GZCAGM4253JDOVGYTMUTQO5VY2B4/
Code of Conduct: http://python.org/psf/codeofconduct/