Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Add ast36 #29

Closed
Closed
@telendt

Description

@telendt

I've just tried mypy --fast-parser --python-version 3.6 on code that utilizes some new Python 3.6 features and it failed.

Breaking features:

  • formatted string literals, PEP 498 -- error: invalid syntax
  • asynchronous generators, PEP 525 -- error: 'yield' in async function
  • asynchronous comprehensions, PEP 530 -- error: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions