Skip to content

Commit d3a2fca

Browse files
committed
delete news entry
1 parent de9a495 commit d3a2fca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: Lib/test/test_fstring.py

+1
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ def test_filename_in_syntaxerror(self):
13711371
# see issue 38964
13721372
with temp_cwd() as cwd:
13731373
file_path = os.path.join(cwd, 't.py')
1374+
with open(file_path, 'w', encoding="utf-8") as f:
13741375
f.write('f"{a b}"') # This generates a SyntaxError
13751376
_, _, stderr = assert_python_failure(file_path,
13761377
PYTHONIOENCODING='ascii')

Diff for: Misc/NEWS.d/next/Core and Builtins/2023-05-01-16-35-02.gh-issue-104016.CjjY_3.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)