This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author GBeauregard
Recipients AlexWaygood, GBeauregard, JelleZijlstra, gvanrossum, kj, sobolevn
Date 2022-01-26.20:48:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643230080.44.0.760527302583.issue46539@roundup.psfhosted.org>
In-reply-to
Content
typo: the line is `g: Annotated["ClassVar[int]", (2, 5)] = 3` in the code sample. Somehow I left it at only `(` for the annotation instead of `(2,5)`
History
Date User Action Args
2022-01-26 20:48:00GBeauregardsetrecipients: + GBeauregard, gvanrossum, JelleZijlstra, sobolevn, kj, AlexWaygood
2022-01-26 20:48:00GBeauregardsetmessageid: <1643230080.44.0.760527302583.issue46539@roundup.psfhosted.org>
2022-01-26 20:48:00GBeauregardlinkissue46539 messages
2022-01-26 20:48:00GBeauregardcreate