On Fri, Jun 2, 2017 at 7:29 PM, Guido van Rossum <[email protected]> wrote:
Are those characters not considered Unicode letters? Maybe we could add > their category to the allowed set? Speaking of which, it would be convenient to be able to build strings with non-ascii characters using their Unicode codepoint name: greek_pi = "\u:greek_small_letter_pi" Or something like that. -- Juancarlo *Añez*
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
