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 gvanrossum
Recipients adelfino, cheryl.sabella, docs@python, gvanrossum, levkivskyi, lukasz.langa, matrixise, r.david.murray
Date 2018-05-16.01:02:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLTq+regAh-b5z_hbuHt40hwXpJuBBEeZ+jt5Mr=MaK2Q@mail.gmail.com>
In-reply-to <1526421367.89.0.682650639539.issue32769@psf.upfronthosting.co.za>
Content
(1) The word "stores" in this paragraph:

A metadata value associated with a global variable, a class attribute or a
function or method parameter or return value, that stores a type hint.

(2) The description of how annotations are stored in __annotations__ in the
following paragraph.

(3) The omission of local variables from the lists of things in those
paragraphs that can be annotated (those are the only category whose
annotation is not stored at runtime).
History
Date User Action Args
2018-05-16 01:02:12gvanrossumsetrecipients: + gvanrossum, r.david.murray, docs@python, lukasz.langa, matrixise, levkivskyi, cheryl.sabella, adelfino
2018-05-16 01:02:12gvanrossumlinkissue32769 messages
2018-05-16 01:02:11gvanrossumcreate