Skip to content

Commit

Permalink
delete news entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed May 1, 2023
1 parent de9a495 commit d3a2fca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Lib/test/test_fstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,7 @@ def test_filename_in_syntaxerror(self):
# see issue 38964
with temp_cwd() as cwd:
file_path = os.path.join(cwd, 't.py')
with open(file_path, 'w', encoding="utf-8") as f:
f.write('f"{a b}"') # This generates a SyntaxError
_, _, stderr = assert_python_failure(file_path,
PYTHONIOENCODING='ascii')
Expand Down

This file was deleted.

0 comments on commit d3a2fca

Please sign in to comment.