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 mrabarnett
Recipients ezio.melotti, jirkamarsik, mrabarnett
Date 2022-01-18.15:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642521123.5.0.70329387804.issue46410@roundup.psfhosted.org>
In-reply-to
Content
They're not supported in string literals either:

Python 3.10.1 (tags/v3.10.1:2cd268a, Dec  6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> "\N{KEYCAP NUMBER SIGN}"
  File "<stdin>", line 1
    "\N{KEYCAP NUMBER SIGN}"
                            ^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-21: unknown Unicode character name
History
Date User Action Args
2022-01-18 15:52:03mrabarnettsetrecipients: + mrabarnett, ezio.melotti, jirkamarsik
2022-01-18 15:52:03mrabarnettsetmessageid: <1642521123.5.0.70329387804.issue46410@roundup.psfhosted.org>
2022-01-18 15:52:03mrabarnettlinkissue46410 messages
2022-01-18 15:52:03mrabarnettcreate