This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2to3 doesn't parse all valid string literals
Type: behavior Stage: resolved
Components: 2to3 (2.x to 3.x conversion tool) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, eric.smith, zsol
Priority: normal Keywords: patch

Created on 2018-04-12 08:24 by zsol, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6457 merged python-dev, 2018-04-12 08:26
PR 6488 merged miss-islington, 2018-04-16 21:53
Messages (2)
msg315215 - (view) Author: Zsolt Dollenstein (zsol) * Date: 2018-04-12 08:24
For example `rf"blah"` is not tokenized properly.
msg315223 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2018-04-12 14:25
Is 2to3 supposed to be able to parse non-python2 files? I don't recall.
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77447
2019-02-11 18:41:07ned.deilylinkissue35968 superseder
2018-04-24 13:03:42zsolsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-04-16 21:53:19miss-islingtonsetpull_requests: + pull_request6187
2018-04-12 16:43:17ned.deilysetnosy: + benjamin.peterson
2018-04-12 14:25:13eric.smithsetnosy: + eric.smith
messages: + msg315223
2018-04-12 08:26:21python-devsetkeywords: + patch
stage: patch review
pull_requests: + pull_request6152
2018-04-12 08:24:59zsolcreate