gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New by CAM-Gerlach · Pull Request #96097 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I value clarity and explicitness over subjective aesthetic preference, given a stated rationale. Also, I'm not sure how relevant the conventions of the typing stdlib doc are here, given it is a separate document from this one, and those particular choices may or may not have a clear, thought-out rationale.
But what do others think? @ezio-melotti @JelleZijlstra ?
If an all-caps ERROR is simply too objectionable, we can at least give it proper case
| m3: Movie = {"year": 2022} # ERROR (missing required field title) | |
| m3: Movie = {"year": 2022} # Error (missing required field title) |