Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2to3 doesn't parse all valid string literals #77447

Closed
zsol opened this issue Apr 12, 2018 · 2 comments
Closed

2to3 doesn't parse all valid string literals #77447

zsol opened this issue Apr 12, 2018 · 2 comments
Labels
topic-2to3 type-bug An unexpected behavior, bug, or error

Comments

@zsol
Copy link
Contributor

zsol commented Apr 12, 2018

BPO 33266
Nosy @ericvsmith, @benjaminp, @zsol
PRs
  • bpo-33266: Add support for all string literals to lib2to3 #6457
  • bpo-33266: [3.7] Add support for all string literals to lib2to3 (GH-6457) #6488
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-04-24.13:03:42.998>
    created_at = <Date 2018-04-12.08:24:59.546>
    labels = ['type-bug', 'expert-2to3']
    title = "2to3 doesn't parse all valid string literals"
    updated_at = <Date 2018-04-24.13:03:42.998>
    user = 'https://github.com/zsol'

    bugs.python.org fields:

    activity = <Date 2018-04-24.13:03:42.998>
    actor = 'zsol'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-04-24.13:03:42.998>
    closer = 'zsol'
    components = ['2to3 (2.x to 3.x conversion tool)']
    creation = <Date 2018-04-12.08:24:59.546>
    creator = 'zsol'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33266
    keywords = ['patch']
    message_count = 2.0
    messages = ['315215', '315223']
    nosy_count = 3.0
    nosy_names = ['eric.smith', 'benjamin.peterson', 'zsol']
    pr_nums = ['6457', '6488']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33266'
    versions = []

    @zsol
    Copy link
    Contributor Author

    zsol commented Apr 12, 2018

    For example rf"blah" is not tokenized properly.

    @zsol zsol added topic-2to3 type-bug An unexpected behavior, bug, or error labels Apr 12, 2018
    @ericvsmith
    Copy link
    Member

    Is 2to3 supposed to be able to parse non-python2 files? I don't recall.

    @zsol zsol closed this as completed Apr 24, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    topic-2to3 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants