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

PEP 647: Incorporated feedback from Guido about terminology and type relationship between bool and TypeGuard #1765

Merged
merged 15 commits into from
Jan 16, 2021

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    d9d78a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907d620 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    c909f94 View commit details
    Browse the repository at this point in the history
  2. Added TypedDict example

    msfterictraut committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    26a7913 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    0306848 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    c94a55f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    850dfc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    201efad View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    23c0aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d95c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    135235c View commit details
    Browse the repository at this point in the history
  2. Added clarification about the type narrowing mechanics and added a ne…

    …w section to "Rejected Ideas" section about conditional application of the TypeGuard type.
    msfterictraut committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    c5d1d53 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. PEP 647: Addressed feedback about terminology (replaced "explicit" wi…

    …th "positional" when referring to argument) and clarified the type relationship between bool and TypeGuard.
    msfterictraut committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9b1836b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77b807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c05f6f View commit details
    Browse the repository at this point in the history