summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-11 17:25:57 (GMT)
committerGitHub <noreply@github.com>2024-06-11 17:25:57 (GMT)
commit51bcb67405cceee1f18067fb2ae510dec47191bc (patch)
treef837bc83f4f493dd5faab746f0b288252a2d1414 /Misc/NEWS.d
parentf465dfbdbc5d0c5facc60ae2860717e0863bd7eb (diff)
downloadcpython-51bcb67405cceee1f18067fb2ae510dec47191bc.zip
cpython-51bcb67405cceee1f18067fb2ae510dec47191bc.tar.gz
cpython-51bcb67405cceee1f18067fb2ae510dec47191bc.tar.bz2
[3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120355)
(cherry picked from commit 1b62bcee941e54244b3ce6476aef8913604987c9) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst b/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst
new file mode 100644
index 0000000..76714b0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst
@@ -0,0 +1 @@
+Fix column offset reporting for tokens that come after multiline f-strings in the :mod:`tokenize` module.