◐ Shell
clean mode source ↗

gh-91687: fix dataclass example typing by alago1 · Pull Request #103773 · python/cpython

@alago1

@alago1 alago1 changed the title git-91687: fix dataclass example typing gh-91687: fix dataclass example typing

Apr 24, 2023

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 24, 2023
modernize dataclass example typing `list` rather than `List` and comment as to that line being the alluded too error.
(cherry picked from commit 7ef614c)

Co-authored-by: Allan Lago <35788148+alago1@users.noreply.github.com>

carljm added a commit to carljm/cpython that referenced this pull request

Apr 24, 2023

carljm added a commit to carljm/cpython that referenced this pull request

Apr 24, 2023

ambv added a commit that referenced this pull request

Apr 25, 2023
)

modernize dataclass example typing `list` rather than `List` and comment
as to that line being the alluded too error.
(cherry picked from commit 7ef614c)

Co-authored-by: Allan Lago <35788148+alago1@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>