diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-12-11 12:48:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 12:48:19 (GMT) |
commit | e4d2fb242a5049ae1a2b80fd56ec2c877a19c12f (patch) | |
tree | 09549112add489328743686c0c53a01da83d5b65 /Misc | |
parent | f3933d4b98266249841d7ae37a84b2f181b9609d (diff) | |
download | cpython-e4d2fb242a5049ae1a2b80fd56ec2c877a19c12f.zip cpython-e4d2fb242a5049ae1a2b80fd56ec2c877a19c12f.tar.gz cpython-e4d2fb242a5049ae1a2b80fd56ec2c877a19c12f.tar.bz2 |
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (#112957)
(cherry picked from commit a135a6d2c6d503b186695f01efa7eed65611b04e)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst b/Misc/NEWS.d/next/Core and Builtins/2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst new file mode 100644 index 0000000..4bc2fe7 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst @@ -0,0 +1,2 @@ +Correctly compute end column offsets for multiline tokens in the +:mod:`tokenize` module. Patch by Pablo Galindo |