Skip to content

Replace : with in type annotations. #179

@python-processing-unit

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.

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