diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-05-13-10-23-29.bpo-40612.gOIreM.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-13-10-23-29.bpo-40612.gOIreM.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-13-10-23-29.bpo-40612.gOIreM.rst b/Misc/NEWS.d/next/Library/2020-05-13-10-23-29.bpo-40612.gOIreM.rst deleted file mode 100644 index 32cc8073d3f..00000000000 --- a/Misc/NEWS.d/next/Library/2020-05-13-10-23-29.bpo-40612.gOIreM.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix edge cases in SyntaxError formatting. If the offset is <= 0, no caret is printed. -If the offset is > line length, the caret is printed pointing just after the last character. |