Skip to content

Replace : with in type annotations. #179

Description

@python-processing-unit

Currently, type annotations require a semicolon : between the type and the name, and allow any amount of spaces.

No longer allow any character beside space between the type and name in type annotations. Require at least one space between the type and name in the type annotations.

Update the signatures generated by SIGNATURE to follow the new type annotation form.

Update the implementation, specification, test suite, and standard library for this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestinterpreterRequires a code change in the interpreter.majorRequires a major version change.testSomething related to the test suite.

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions