Closed GoogleCodeExporter closed 9 years ago
Here quotes are pasted OK from the Help file. In any case it is not very easy
to tell what is a valid character:
- Python 3.x accepts any unicode letter as an identifier
- Inside strings and comments anything character is valid, so one would have to
do lexical analysis of the pasted string to determine the context of the
character to determine whether is valid or not.
Original comment by pyscripter
on 4 Mar 2012 at 2:04
Original issue reported on code.google.com by
cspwc...@gmail.com
on 20 Aug 2011 at 4:31