mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] (#108553)
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
This commit is contained in:
parent
9bf350b066
commit
2c4c26c4ce
4 changed files with 30 additions and 27 deletions
|
@ -1860,7 +1860,7 @@ class TestRoundtrip(TestCase):
|
|||
|
||||
testfiles.remove(os.path.join(tempdir, "test_unicode_identifiers.py"))
|
||||
|
||||
# TODO: Remove this once we can unparse PEP 701 syntax
|
||||
# TODO: Remove this once we can untokenize PEP 701 syntax
|
||||
testfiles.remove(os.path.join(tempdir, "test_fstring.py"))
|
||||
|
||||
for f in ('buffer', 'builtin', 'fileio', 'inspect', 'os', 'platform', 'sys'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue