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

Support rename=True in collections.namedtuple #17247

Merged
merged 5 commits into from
May 18, 2024

Commits on May 15, 2024

  1. Support rename=True in collections.namedtuple

    A pretty marginal feature but it's now tested in the typing conformance suite,
    and it was easy to add support.
    JelleZijlstra committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fce50fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0873df6 View commit details
    Browse the repository at this point in the history
  3. add annotation

    JelleZijlstra committed May 15, 2024
    Configuration menu
    Copy the full SHA
    577d276 View commit details
    Browse the repository at this point in the history
  4. | None

    JelleZijlstra committed May 15, 2024
    Configuration menu
    Copy the full SHA
    180f419 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Use ARG_TYPE error code

    JelleZijlstra committed May 18, 2024
    Configuration menu
    Copy the full SHA
    365433c View commit details
    Browse the repository at this point in the history