summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst b/Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst
deleted file mode 100644
index df18354..0000000
--- a/Misc/NEWS.d/next/Library/2020-11-20-19-00-27.bpo-34463.aJcm56.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed discrepancy between :mod:`traceback` and the interpreter in formatting of SyntaxError with lineno not set (:mod:`traceback` was changed to match interpreter).