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

keyword: Tests for softkwlist #102158

Closed
Eclips4 opened this issue Feb 22, 2023 · 0 comments · Fixed by #102159
Closed

keyword: Tests for softkwlist #102158

Eclips4 opened this issue Feb 22, 2023 · 0 comments · Fixed by #102159
Labels
type-feature A feature request or enhancement

Comments

@Eclips4
Copy link
Member

Eclips4 commented Feb 22, 2023

In 3.10 version python have introduced new type of keywords such as soft.
There's no tests for it, so i decided to write it =)
Follows issue at typeshed about typehints of kwlist & softkwlist, we have came to conclusion to use assertSequenceEqual in test_keywords_are_sorted instead of assertListEqual.

Linked PRs

@Eclips4 Eclips4 added the type-feature A feature request or enhancement label Feb 22, 2023
Eclips4 added a commit to Eclips4/cpython that referenced this issue Feb 22, 2023
@terryjreedy terryjreedy added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes and removed needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Feb 24, 2023
terryjreedy added a commit that referenced this issue Feb 24, 2023
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 24, 2023
---------

(cherry picked from commit 9f3ecd1)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 24, 2023
---------

(cherry picked from commit 9f3ecd1)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this issue Feb 24, 2023
---------

(cherry picked from commit 9f3ecd1)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this issue Feb 24, 2023
---------

(cherry picked from commit 9f3ecd1)

Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants