mirror of
https://github.com/python/cpython.git
synced 2025-11-18 10:19:40 +00:00
gh-115154: Fix untokenize handling of unicode named literals (#115171)
This commit is contained in:
parent
d504968983
commit
ecf16ee50e
3 changed files with 85 additions and 10 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix a bug that was causing the :func:`tokenize.untokenize` function to
|
||||
handle unicode named literals incorrectly. Patch by Pablo Galindo
|
||||
Loading…
Add table
Add a link
Reference in a new issue